pub enum TFCEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TFCE
Variants§
DISABLED
In full duplex, flow control is disabled. In half duplex, back pressure is disabled
ENABLED
In full duplex, flow control is enabled. In half duplex, back pressure is enabled
Auto Trait Implementations§
impl Freeze for TFCEW
impl RefUnwindSafe for TFCEW
impl Send for TFCEW
impl Sync for TFCEW
impl Unpin for TFCEW
impl UnwindSafe for TFCEW
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