#[repr(transparent)]pub struct RangeStat(pub u32);Expand description
MICFIL Range Status
Tuple Fields§
§0: u32Implementations§
Source§impl RangeStat
impl RangeStat
Sourcepub const fn set_rangeovf0(&mut self, val: bool)
pub const fn set_rangeovf0(&mut self, val: bool)
Channel 0 Range Overflow Error Flag
Sourcepub const fn set_rangeovf1(&mut self, val: bool)
pub const fn set_rangeovf1(&mut self, val: bool)
Channel 1 Range Overflow Error Flag
Sourcepub const fn set_rangeovf2(&mut self, val: bool)
pub const fn set_rangeovf2(&mut self, val: bool)
Channel 2 Range Overflow Error Flag
Sourcepub const fn set_rangeovf3(&mut self, val: bool)
pub const fn set_rangeovf3(&mut self, val: bool)
Channel 3 Range Overflow Error Flag
Sourcepub const fn set_rangeunf0(&mut self, val: bool)
pub const fn set_rangeunf0(&mut self, val: bool)
Channel 0 Range Underflow Error Flag
Sourcepub const fn set_rangeunf1(&mut self, val: bool)
pub const fn set_rangeunf1(&mut self, val: bool)
Channel 1 Range Underflow Error Flag
Sourcepub const fn set_rangeunf2(&mut self, val: bool)
pub const fn set_rangeunf2(&mut self, val: bool)
Channel 2 Range Underflow Error Flag
Sourcepub const fn set_rangeunf3(&mut self, val: bool)
pub const fn set_rangeunf3(&mut self, val: bool)
Channel 3 Range Underflow Error Flag
Trait Implementations§
impl Copy for RangeStat
impl Eq for RangeStat
impl StructuralPartialEq for RangeStat
Auto Trait Implementations§
impl Freeze for RangeStat
impl RefUnwindSafe for RangeStat
impl Send for RangeStat
impl Sync for RangeStat
impl Unpin for RangeStat
impl UnwindSafe for RangeStat
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