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