pub struct Size16Align1(/* private fields */);Expand description
A type with a size of 16 bytes and alignment 1.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Size16Align1
impl RefUnwindSafe for Size16Align1
impl Send for Size16Align1
impl Sync for Size16Align1
impl Unpin for Size16Align1
impl UnsafeUnpin for Size16Align1
impl UnwindSafe for Size16Align1
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