pub struct _STAT_TXW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _STAT_TXW<'a>
impl<'a> _STAT_TXW<'a>
Sourcepub fn disabled(self) -> &'a mut W
pub fn disabled(self) -> &'a mut W
all transmission requests addressed to this endpoint are ignored
Sourcepub fn stall(self) -> &'a mut W
pub fn stall(self) -> &'a mut W
the endpoint is stalled and all transmission requests result in a STALL handshake
Auto Trait Implementations§
impl<'a> Freeze for _STAT_TXW<'a>
impl<'a> RefUnwindSafe for _STAT_TXW<'a>
impl<'a> Send for _STAT_TXW<'a>
impl<'a> Sync for _STAT_TXW<'a>
impl<'a> Unpin for _STAT_TXW<'a>
impl<'a> !UnwindSafe for _STAT_TXW<'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