#[repr(C)]pub struct Char2b {
pub byte1: u8,
pub byte2: u8,
}
Fields§
§byte1: u8
§byte2: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Char2b
impl RefUnwindSafe for Char2b
impl Send for Char2b
impl Sync for Char2b
impl Unpin for Char2b
impl UnwindSafe for Char2b
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
)