#[repr(transparent)]pub struct Tst(pub u16);Expand description
Test Register
Tuple Fields§
§0: u16Implementations§
Source§impl Tst
impl Tst
Sourcepub const fn test_count(&self) -> u8
pub const fn test_count(&self) -> u8
TEST_COUNT
Sourcepub const fn set_test_count(&mut self, val: u8)
pub const fn set_test_count(&mut self, val: u8)
TEST_COUNT
Sourcepub const fn test_period(&self) -> u8
pub const fn test_period(&self) -> u8
TEST_PERIOD
Sourcepub const fn set_test_period(&mut self, val: u8)
pub const fn set_test_period(&mut self, val: u8)
TEST_PERIOD
Trait Implementations§
impl Copy for Tst
impl Eq for Tst
impl StructuralPartialEq for Tst
Auto Trait Implementations§
impl Freeze for Tst
impl RefUnwindSafe for Tst
impl Send for Tst
impl Sync for Tst
impl Unpin for Tst
impl UnwindSafe for Tst
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