Enum Unaligned
pub enum Unaligned {
_0 = 0,
_1 = 1,
}Expand description
Unaligned access UsageFault
Value on reset: 0
Variants§
_0 = 0
0: no unaligned access fault, or unaligned access trapping not enabled
_1 = 1
1: the processor has made an unaligned memory access
Trait Implementations§
impl Copy for Unaligned
impl Eq for Unaligned
impl StructuralPartialEq 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