#[repr(u8)]pub enum Readszalign {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
Register settings such as PREFETCH_EN determine AHB read size.
VAL1 = 1
AHB read size to up size to 8 bytes aligned, no prefetching
Implementations§
Source§impl Readszalign
impl Readszalign
Trait Implementations§
Source§impl Clone for Readszalign
impl Clone for Readszalign
Source§fn clone(&self) -> Readszalign
fn clone(&self) -> Readszalign
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Readszalign
impl Debug for Readszalign
Source§impl From<Readszalign> for u8
impl From<Readszalign> for u8
Source§fn from(val: Readszalign) -> u8
fn from(val: Readszalign) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Readszalign
impl From<u8> for Readszalign
Source§fn from(val: u8) -> Readszalign
fn from(val: u8) -> Readszalign
Converts to this type from the input type.
Source§impl Ord for Readszalign
impl Ord for Readszalign
Source§fn cmp(&self, other: &Readszalign) -> Ordering
fn cmp(&self, other: &Readszalign) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Readszalign
impl PartialEq for Readszalign
Source§impl PartialOrd for Readszalign
impl PartialOrd for Readszalign
impl Copy for Readszalign
impl Eq for Readszalign
impl StructuralPartialEq for Readszalign
Auto Trait Implementations§
impl Freeze for Readszalign
impl RefUnwindSafe for Readszalign
impl Send for Readszalign
impl Sync for Readszalign
impl Unpin for Readszalign
impl UnwindSafe for Readszalign
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