pub struct AddressNotAligned;
Expand description
The given address was not sufficiently aligned.
Trait Implementations§
Source§impl Debug for AddressNotAligned
impl Debug for AddressNotAligned
Auto Trait Implementations§
impl Freeze for AddressNotAligned
impl RefUnwindSafe for AddressNotAligned
impl Send for AddressNotAligned
impl Sync for AddressNotAligned
impl Unpin for AddressNotAligned
impl UnwindSafe for AddressNotAligned
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