#[repr(u8)]pub enum Ahbrxbuf0cr0Regionen {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Disabled. The buffer hit is based on the value of MSTRID only.
VALUE1 = 1
Enabled. The buffer hit is based on the value of MSTRID and the address within AHBBUFREGIONSTARTn and AHBREGIONENDn.
Implementations§
Trait Implementations§
Source§impl Clone for Ahbrxbuf0cr0Regionen
impl Clone for Ahbrxbuf0cr0Regionen
Source§fn clone(&self) -> Ahbrxbuf0cr0Regionen
fn clone(&self) -> Ahbrxbuf0cr0Regionen
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 Ahbrxbuf0cr0Regionen
impl Debug for Ahbrxbuf0cr0Regionen
Source§impl From<Ahbrxbuf0cr0Regionen> for u8
impl From<Ahbrxbuf0cr0Regionen> for u8
Source§fn from(val: Ahbrxbuf0cr0Regionen) -> u8
fn from(val: Ahbrxbuf0cr0Regionen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ahbrxbuf0cr0Regionen
impl From<u8> for Ahbrxbuf0cr0Regionen
Source§fn from(val: u8) -> Ahbrxbuf0cr0Regionen
fn from(val: u8) -> Ahbrxbuf0cr0Regionen
Converts to this type from the input type.
Source§impl Ord for Ahbrxbuf0cr0Regionen
impl Ord for Ahbrxbuf0cr0Regionen
Source§fn cmp(&self, other: &Ahbrxbuf0cr0Regionen) -> Ordering
fn cmp(&self, other: &Ahbrxbuf0cr0Regionen) -> 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 Ahbrxbuf0cr0Regionen
impl PartialEq for Ahbrxbuf0cr0Regionen
Source§impl PartialOrd for Ahbrxbuf0cr0Regionen
impl PartialOrd for Ahbrxbuf0cr0Regionen
impl Copy for Ahbrxbuf0cr0Regionen
impl Eq for Ahbrxbuf0cr0Regionen
impl StructuralPartialEq for Ahbrxbuf0cr0Regionen
Auto Trait Implementations§
impl Freeze for Ahbrxbuf0cr0Regionen
impl RefUnwindSafe for Ahbrxbuf0cr0Regionen
impl Send for Ahbrxbuf0cr0Regionen
impl Sync for Ahbrxbuf0cr0Regionen
impl Unpin for Ahbrxbuf0cr0Regionen
impl UnwindSafe for Ahbrxbuf0cr0Regionen
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