#[repr(packed(1))]pub struct Cb64 { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cb64
impl RefUnwindSafe for Cb64
impl Send for Cb64
impl Sync for Cb64
impl Unpin for Cb64
impl UnwindSafe for Cb64
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