#[repr(u8)]pub enum Srtcr {
NOREPORT = 0,
REPORTED = 1,
}Variants§
NOREPORT = 0
SRTC has not reached its maximum value.
REPORTED = 1
SRTC has reached its maximum value.
Implementations§
Trait Implementations§
Source§impl Ord for Srtcr
impl Ord for Srtcr
Source§impl PartialOrd for Srtcr
impl PartialOrd for Srtcr
impl Copy for Srtcr
impl Eq for Srtcr
impl StructuralPartialEq for Srtcr
Auto Trait Implementations§
impl Freeze for Srtcr
impl RefUnwindSafe for Srtcr
impl Send for Srtcr
impl Sync for Srtcr
impl Unpin for Srtcr
impl UnwindSafe for Srtcr
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