pub struct QueryDirCmd;Expand description
QUERY_DIRECTORY handler ([MS-SMB2] §3.3.5.18): enumerates a directory handle.
Trait Implementations§
Source§impl Command for QueryDirCmd
impl Command for QueryDirCmd
Source§type Request = QueryDirReq
type Request = QueryDirReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for QueryDirCmd
impl RefUnwindSafe for QueryDirCmd
impl Send for QueryDirCmd
impl Sync for QueryDirCmd
impl Unpin for QueryDirCmd
impl UnsafeUnpin for QueryDirCmd
impl UnwindSafe for QueryDirCmd
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