pub struct LogoffResp;Expand description
LOGOFF_ANDX response (AndX triple only).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogoffResp
impl RefUnwindSafe for LogoffResp
impl Send for LogoffResp
impl Sync for LogoffResp
impl Unpin for LogoffResp
impl UnsafeUnpin for LogoffResp
impl UnwindSafe for LogoffResp
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