pub struct OplockBreakCmd;Expand description
OPLOCK_BREAK handler ([MS-SMB2] §3.3.5.22): acknowledges an oplock or lease break. Command 18 dispatches on StructureSize — 36 is a lease-break ack (record the settled state), otherwise an oplock-break ack (echo the level).
Trait Implementations§
Source§impl Command for OplockBreakCmd
impl Command for OplockBreakCmd
Source§type Request = OplockBreakReq
type Request = OplockBreakReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for OplockBreakCmd
impl RefUnwindSafe for OplockBreakCmd
impl Send for OplockBreakCmd
impl Sync for OplockBreakCmd
impl Unpin for OplockBreakCmd
impl UnsafeUnpin for OplockBreakCmd
impl UnwindSafe for OplockBreakCmd
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