Struct Udrdet
#[repr(transparent)]pub struct Udrdet(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Udrdet
impl Udrdet
pub const STARTOFFRAME: Self
pub const STARTOFFRAME: Self
Underrun is detected at begin of data frame
pub const ENDOFFRAME: Self
pub const ENDOFFRAME: Self
Underrun is detected at end of last data frame
pub const STARTOFSLAVESELECT: Self
pub const STARTOFSLAVESELECT: Self
Underrun is detected at begin of active SS signal
Trait Implementations§
§impl Ord for Udrdet
impl Ord for Udrdet
§impl PartialOrd for Udrdet
impl PartialOrd for Udrdet
impl Copy for Udrdet
impl Eq for Udrdet
impl StructuralPartialEq for Udrdet
Auto Trait Implementations§
impl Freeze for Udrdet
impl RefUnwindSafe for Udrdet
impl Send for Udrdet
impl Sync for Udrdet
impl Unpin for Udrdet
impl UnwindSafe for Udrdet
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