#[repr(C, align(4))]pub struct Align4;Auto Trait Implementations§
impl Freeze for Align4
impl RefUnwindSafe for Align4
impl Send for Align4
impl Sync for Align4
impl Unpin for Align4
impl UnwindSafe for Align4
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