#[repr(u8)]pub enum Sof {
NEXT_DATAWORD = 0,
FIRST_DATAWORD = 1,
}Variants§
NEXT_DATAWORD = 0
Subsequent data word received after PCS assertion
FIRST_DATAWORD = 1
First data word received after PCS assertion
Implementations§
Trait Implementations§
Source§impl Ord for Sof
impl Ord for Sof
Source§impl PartialOrd for Sof
impl PartialOrd for Sof
impl Copy for Sof
impl Eq for Sof
impl StructuralPartialEq for Sof
Auto Trait Implementations§
impl Freeze for Sof
impl RefUnwindSafe for Sof
impl Send for Sof
impl Sync for Sof
impl Unpin for Sof
impl UnwindSafe for Sof
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