pub struct LockingAndxReq;Expand description
LOCKING_ANDX request — accepted but not enforced ([MS-CIFS] §2.2.4.32).
Implementations§
Source§impl LockingAndxReq
impl LockingAndxReq
Sourcepub fn build_response() -> Vec<u8> ⓘ
pub fn build_response() -> Vec<u8> ⓘ
Build the WC=2 success response (terminal AndX triple).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockingAndxReq
impl RefUnwindSafe for LockingAndxReq
impl Send for LockingAndxReq
impl Sync for LockingAndxReq
impl Unpin for LockingAndxReq
impl UnsafeUnpin for LockingAndxReq
impl UnwindSafe for LockingAndxReq
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