pub struct _FCBW<'a> { /* private fields */ }Expand description
Proxy
Implementations§
Source§impl<'a> _FCBW<'a>
impl<'a> _FCBW<'a>
Sourcepub fn pause_or_back_pressure(self) -> &'a mut W
pub fn pause_or_back_pressure(self) -> &'a mut W
In full duplex, initiate a Pause control frame. In half duplex, assert back pressure
Sourcepub fn disable_back_pressure(self) -> &'a mut W
pub fn disable_back_pressure(self) -> &'a mut W
In half duplex only, deasserts back pressure
Auto Trait Implementations§
impl<'a> Freeze for _FCBW<'a>
impl<'a> RefUnwindSafe for _FCBW<'a>
impl<'a> Send for _FCBW<'a>
impl<'a> Sync for _FCBW<'a>
impl<'a> Unpin for _FCBW<'a>
impl<'a> !UnwindSafe for _FCBW<'a>
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