pub struct Unaligned;
Expand description
Trait Implementations§
impl Copy for Unaligned
impl IsAligned for Unaligned
Auto Trait Implementations§
impl Freeze for Unaligned
impl RefUnwindSafe for Unaligned
impl Send for Unaligned
impl Sync for Unaligned
impl Unpin for Unaligned
impl UnwindSafe for Unaligned
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