pub struct WriteCmd;Expand description
WRITE handler ([MS-SMB2] §3.3.5.13): a pipe write on IPC$, else a file write.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteCmd
impl RefUnwindSafe for WriteCmd
impl Send for WriteCmd
impl Sync for WriteCmd
impl Unpin for WriteCmd
impl UnsafeUnpin for WriteCmd
impl UnwindSafe for WriteCmd
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