pub enum CheckAlignMsg {
AccessedPtr,
BasedOn,
}
Expand description
Details of which pointer is not aligned.
Variants§
AccessedPtr
The accessed pointer did not have proper alignment.
BasedOn
The access occurred with a place that was based on a misaligned pointer.
Auto Trait Implementations§
impl Freeze for CheckAlignMsg
impl RefUnwindSafe for CheckAlignMsg
impl Send for CheckAlignMsg
impl Sync for CheckAlignMsg
impl Unpin for CheckAlignMsg
impl UnwindSafe for CheckAlignMsg
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