pub struct IoctlCmd;Expand description
IOCTL handler ([MS-SMB2] §3.3.5.15): FSCTL dispatch (validate-negotiate, resiliency, pipe transact, server-side copy, zero-data, interface info, …). A downgrade-detected VALIDATE_NEGOTIATE_INFO terminates the connection and yields no reply.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoctlCmd
impl RefUnwindSafe for IoctlCmd
impl Send for IoctlCmd
impl Sync for IoctlCmd
impl Unpin for IoctlCmd
impl UnsafeUnpin for IoctlCmd
impl UnwindSafe for IoctlCmd
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