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