Enum Fcb
#[repr(u8)]pub enum Fcb {
DisableBackPressure = 0,
PauseOrBackPressure = 1,
}Variants§
DisableBackPressure = 0
In half duplex only, deasserts back pressure
PauseOrBackPressure = 1
In full duplex, initiate a Pause control frame. In half duplex, assert back pressure
Implementations§
Trait Implementations§
impl Copy for Fcb
impl Eq for Fcb
§impl Ord for Fcb
impl Ord for Fcb
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Fcb
impl PartialOrd for Fcb
impl StructuralPartialEq for Fcb
Auto Trait Implementations§
impl Freeze for Fcb
impl RefUnwindSafe for Fcb
impl Send for Fcb
impl Sync for Fcb
impl Unpin for Fcb
impl UnsafeUnpin for Fcb
impl UnwindSafe for Fcb
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