pub struct LockCmd;Expand description
LOCK handler ([MS-SMB2] §3.3.5.14): a byte-range lock/unlock. A conflicting
blocking lock defers as Outcome::Interim; the parked waiter completes it
on the outbound queue when the range frees.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockCmd
impl RefUnwindSafe for LockCmd
impl Send for LockCmd
impl Sync for LockCmd
impl Unpin for LockCmd
impl UnsafeUnpin for LockCmd
impl UnwindSafe for LockCmd
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