#[repr(C)]pub struct XChar2b {
pub byte1: c_uchar,
pub byte2: c_uchar,
}
Fields§
§byte1: c_uchar
§byte2: c_uchar
Trait Implementations§
source§impl PartialEq for XChar2b
impl PartialEq for XChar2b
impl Copy for XChar2b
impl StructuralPartialEq for XChar2b
Auto Trait Implementations§
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