Enum Aab
#[repr(u8)]pub enum Aab {
UNALIGNED = 0,
ALIGNED = 1,
}
Variants§
UNALIGNED = 0
Bursts are not aligned
ALIGNED = 1
Align bursts to start address LS bits. First burst alignment depends on FB bit
Implementations§
Trait Implementations§
§impl Ord for Aab
impl Ord for Aab
§impl PartialOrd for Aab
impl PartialOrd for Aab
impl Copy for Aab
impl Eq for Aab
impl StructuralPartialEq for Aab
Auto Trait Implementations§
impl Freeze for Aab
impl RefUnwindSafe for Aab
impl Send for Aab
impl Sync for Aab
impl Unpin for Aab
impl UnwindSafe for Aab
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