#[repr(u8)]pub enum Ipblkahbreq {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
IP commands do not block AHB command requests.
VALUE1 = 1
IP commands block AHB command requests.
Implementations§
Source§impl Ipblkahbreq
impl Ipblkahbreq
Trait Implementations§
Source§impl Clone for Ipblkahbreq
impl Clone for Ipblkahbreq
Source§fn clone(&self) -> Ipblkahbreq
fn clone(&self) -> Ipblkahbreq
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 Ipblkahbreq
impl Debug for Ipblkahbreq
Source§impl From<Ipblkahbreq> for u8
impl From<Ipblkahbreq> for u8
Source§fn from(val: Ipblkahbreq) -> u8
fn from(val: Ipblkahbreq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ipblkahbreq
impl From<u8> for Ipblkahbreq
Source§fn from(val: u8) -> Ipblkahbreq
fn from(val: u8) -> Ipblkahbreq
Converts to this type from the input type.
Source§impl Ord for Ipblkahbreq
impl Ord for Ipblkahbreq
Source§fn cmp(&self, other: &Ipblkahbreq) -> Ordering
fn cmp(&self, other: &Ipblkahbreq) -> 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 Ipblkahbreq
impl PartialEq for Ipblkahbreq
Source§impl PartialOrd for Ipblkahbreq
impl PartialOrd for Ipblkahbreq
impl Copy for Ipblkahbreq
impl Eq for Ipblkahbreq
impl StructuralPartialEq for Ipblkahbreq
Auto Trait Implementations§
impl Freeze for Ipblkahbreq
impl RefUnwindSafe for Ipblkahbreq
impl Send for Ipblkahbreq
impl Sync for Ipblkahbreq
impl Unpin for Ipblkahbreq
impl UnwindSafe for Ipblkahbreq
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