pub struct QueryInfoResp {
pub attrs: u16,
pub dos_time: u32,
pub size: u32,
}Expand description
QUERY_INFORMATION (0x08) response: attributes, DOS write time, size.
Fields§
§attrs: u16Attribute flags.
dos_time: u32Last-write time in DOS encoding.
size: u32File size in bytes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryInfoResp
impl RefUnwindSafe for QueryInfoResp
impl Send for QueryInfoResp
impl Sync for QueryInfoResp
impl Unpin for QueryInfoResp
impl UnsafeUnpin for QueryInfoResp
impl UnwindSafe for QueryInfoResp
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