#[repr(transparent)]pub struct Data(pub u32);Expand description
TSI Data and Status
Tuple Fields§
§0: u32Implementations§
Source§impl Data
impl Data
Sourcepub const fn set_tsicnt(&mut self, val: u16)
pub const fn set_tsicnt(&mut self, val: u16)
TSI Conversion Counter Value
Sourcepub const fn set_overrunf(&mut self, val: bool)
pub const fn set_overrunf(&mut self, val: bool)
Overrun Flag
Sourcepub const fn set_outrgf(&mut self, val: bool)
pub const fn set_outrgf(&mut self, val: bool)
Out-of-Range Flag
Trait Implementations§
impl Copy for Data
impl Eq for Data
impl StructuralPartialEq for Data
Auto Trait Implementations§
impl Freeze for Data
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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