#[repr(transparent)]pub struct Conflag(pub u32);Expand description
Conflict Flag
Tuple Fields§
§0: u32Implementations§
Source§impl Conflag
impl Conflag
Sourcepub const fn set_ncflag0(&mut self, val: bool)
pub const fn set_ncflag0(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag1(&mut self, val: bool)
pub const fn set_ncflag1(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag2(&mut self, val: bool)
pub const fn set_ncflag2(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag3(&mut self, val: bool)
pub const fn set_ncflag3(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag4(&mut self, val: bool)
pub const fn set_ncflag4(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag5(&mut self, val: bool)
pub const fn set_ncflag5(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag6(&mut self, val: bool)
pub const fn set_ncflag6(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag7(&mut self, val: bool)
pub const fn set_ncflag7(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag8(&mut self, val: bool)
pub const fn set_ncflag8(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_ncflag9(&mut self, val: bool)
pub const fn set_ncflag9(&mut self, val: bool)
No Change Conflict Event Flag
Sourcepub const fn set_buserrl(&mut self, val: bool)
pub const fn set_buserrl(&mut self, val: bool)
Bus Error Low or Unified
Sourcepub const fn set_buserrh(&mut self, val: bool)
pub const fn set_buserrh(&mut self, val: bool)
Bus Error High
Trait Implementations§
impl Copy for Conflag
impl Eq for Conflag
impl StructuralPartialEq for Conflag
Auto Trait Implementations§
impl Freeze for Conflag
impl RefUnwindSafe for Conflag
impl Send for Conflag
impl Sync for Conflag
impl Unpin for Conflag
impl UnwindSafe for Conflag
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