pub struct LogoffCmd;Expand description
LOGOFF handler ([MS-SMB2] §3.3.5.6): release the session’s resources but keep the session id and keys so this reply still frames/seals correctly.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogoffCmd
impl RefUnwindSafe for LogoffCmd
impl Send for LogoffCmd
impl Sync for LogoffCmd
impl Unpin for LogoffCmd
impl UnsafeUnpin for LogoffCmd
impl UnwindSafe for LogoffCmd
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