Struct Tsf
#[repr(transparent)]pub struct Tsf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsf
impl Tsf
pub const CUTTHROUGH: Self
pub const CUTTHROUGH: Self
Transmission starts when the frame size in the Tx FIFO exceeds TTC threshold
pub const STOREFORWARD: Self
pub const STOREFORWARD: Self
Transmission starts when a full frame is in the Tx FIFO
Trait Implementations§
§impl Ord for Tsf
impl Ord for Tsf
§impl PartialOrd for Tsf
impl PartialOrd for Tsf
impl Copy for Tsf
impl Eq for Tsf
impl StructuralPartialEq for Tsf
Auto Trait Implementations§
impl Freeze for Tsf
impl RefUnwindSafe for Tsf
impl Send for Tsf
impl Sync for Tsf
impl Unpin for Tsf
impl UnwindSafe for Tsf
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