pub struct Unaligned;
Expand description
Trait Implementations§
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