pub enum FCBW {
PAUSEORBACKPRESSURE,
DISABLEBACKPRESSURE,
}
Expand description
Values that can be written to the field FCB
Variants§
PAUSEORBACKPRESSURE
In full duplex, initiate a Pause control frame. In half duplex, assert back pressure
DISABLEBACKPRESSURE
In half duplex only, deasserts back pressure
Auto Trait Implementations§
impl Freeze for FCBW
impl RefUnwindSafe for FCBW
impl Send for FCBW
impl Sync for FCBW
impl Unpin for FCBW
impl UnwindSafe for FCBW
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