#[repr(C)]pub struct XChar2b {
pub byte1: c_uchar,
pub byte2: c_uchar,
}
Fields§
§byte1: c_uchar
§byte2: c_uchar
Trait Implementations§
impl Copy for XChar2b
impl StructuralPartialEq for XChar2b
Auto Trait Implementations§
impl Freeze for XChar2b
impl RefUnwindSafe for XChar2b
impl Send for XChar2b
impl Sync for XChar2b
impl Unpin for XChar2b
impl UnwindSafe for XChar2b
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)