#[repr(transparent)]pub struct Mskplcadiag1(pub u16);Expand description
Mask Control PLCADIAG1 Flag
Tuple Fields§
§0: u16Implementations§
Source§impl Mskplcadiag1
impl Mskplcadiag1
Sourcepub const fn bcnbfto(&self) -> Mskplcadiag1Bcnbfto
pub const fn bcnbfto(&self) -> Mskplcadiag1Bcnbfto
Mask control for BCNBFTO flag
Sourcepub const fn set_bcnbfto(&mut self, val: Mskplcadiag1Bcnbfto)
pub const fn set_bcnbfto(&mut self, val: Mskplcadiag1Bcnbfto)
Mask control for BCNBFTO flag
Sourcepub const fn unexpb(&self) -> Mskplcadiag1Unexpb
pub const fn unexpb(&self) -> Mskplcadiag1Unexpb
Mask control for UNEXPB flag
Sourcepub const fn set_unexpb(&mut self, val: Mskplcadiag1Unexpb)
pub const fn set_unexpb(&mut self, val: Mskplcadiag1Unexpb)
Mask control for UNEXPB flag
Sourcepub const fn rxinto(&self) -> Mskplcadiag1Rxinto
pub const fn rxinto(&self) -> Mskplcadiag1Rxinto
Mask control for RXINTO flag
Sourcepub const fn set_rxinto(&mut self, val: Mskplcadiag1Rxinto)
pub const fn set_rxinto(&mut self, val: Mskplcadiag1Rxinto)
Mask control for RXINTO flag
Trait Implementations§
Source§impl Clone for Mskplcadiag1
impl Clone for Mskplcadiag1
Source§fn clone(&self) -> Mskplcadiag1
fn clone(&self) -> Mskplcadiag1
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 Mskplcadiag1
impl Debug for Mskplcadiag1
Source§impl Default for Mskplcadiag1
impl Default for Mskplcadiag1
Source§fn default() -> Mskplcadiag1
fn default() -> Mskplcadiag1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mskplcadiag1
impl PartialEq for Mskplcadiag1
impl Copy for Mskplcadiag1
impl Eq for Mskplcadiag1
impl StructuralPartialEq for Mskplcadiag1
Auto Trait Implementations§
impl Freeze for Mskplcadiag1
impl RefUnwindSafe for Mskplcadiag1
impl Send for Mskplcadiag1
impl Sync for Mskplcadiag1
impl Unpin for Mskplcadiag1
impl UnwindSafe for Mskplcadiag1
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