#[repr(u8)]pub enum Ahbrxbuf2cr0Regionen {
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 Ahbrxbuf2cr0Regionen
impl Clone for Ahbrxbuf2cr0Regionen
Source§fn clone(&self) -> Ahbrxbuf2cr0Regionen
fn clone(&self) -> Ahbrxbuf2cr0Regionen
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 Ahbrxbuf2cr0Regionen
impl Debug for Ahbrxbuf2cr0Regionen
Source§impl From<Ahbrxbuf2cr0Regionen> for u8
impl From<Ahbrxbuf2cr0Regionen> for u8
Source§fn from(val: Ahbrxbuf2cr0Regionen) -> u8
fn from(val: Ahbrxbuf2cr0Regionen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ahbrxbuf2cr0Regionen
impl From<u8> for Ahbrxbuf2cr0Regionen
Source§fn from(val: u8) -> Ahbrxbuf2cr0Regionen
fn from(val: u8) -> Ahbrxbuf2cr0Regionen
Converts to this type from the input type.
Source§impl Ord for Ahbrxbuf2cr0Regionen
impl Ord for Ahbrxbuf2cr0Regionen
Source§fn cmp(&self, other: &Ahbrxbuf2cr0Regionen) -> Ordering
fn cmp(&self, other: &Ahbrxbuf2cr0Regionen) -> 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 Ahbrxbuf2cr0Regionen
impl PartialEq for Ahbrxbuf2cr0Regionen
Source§impl PartialOrd for Ahbrxbuf2cr0Regionen
impl PartialOrd for Ahbrxbuf2cr0Regionen
impl Copy for Ahbrxbuf2cr0Regionen
impl Eq for Ahbrxbuf2cr0Regionen
impl StructuralPartialEq for Ahbrxbuf2cr0Regionen
Auto Trait Implementations§
impl Freeze for Ahbrxbuf2cr0Regionen
impl RefUnwindSafe for Ahbrxbuf2cr0Regionen
impl Send for Ahbrxbuf2cr0Regionen
impl Sync for Ahbrxbuf2cr0Regionen
impl Unpin for Ahbrxbuf2cr0Regionen
impl UnwindSafe for Ahbrxbuf2cr0Regionen
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