Struct Tflush
pub struct Tflush {
pub oldtag: u16,
}
Expand description
flush – abort a message
size[4] Tflush tag[2] oldtag[2]
size[4] Rflush tag[2]
flush aborts an in-flight request referenced by oldtag, if any.
See the Plan 9 manual page for flush(5).
Fields§
§oldtag: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tflush
impl RefUnwindSafe for Tflush
impl Send for Tflush
impl Sync for Tflush
impl Unpin for Tflush
impl UnwindSafe for Tflush
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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