pub struct OplockBreakReq;Expand description
SMB2 OPLOCK_BREAK acknowledgement ([MS-SMB2] §2.2.24): command 18 carries an oplock (StructureSize 24) or lease (StructureSize 36) ack, dispatched on the size in the handler, so the marker itself decodes nothing.
Trait Implementations§
Source§impl Debug for OplockBreakReq
impl Debug for OplockBreakReq
Auto Trait Implementations§
impl Freeze for OplockBreakReq
impl RefUnwindSafe for OplockBreakReq
impl Send for OplockBreakReq
impl Sync for OplockBreakReq
impl Unpin for OplockBreakReq
impl UnsafeUnpin for OplockBreakReq
impl UnwindSafe for OplockBreakReq
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