pub struct FileAllInformation {
pub basic: FileBasicInformation,
pub standard: FileStandardInformation,
pub internal: FileInternalInformation,
pub ea: FileEaInformation,
pub access: FileAccessInformation,
pub position: FilePositionInformation,
pub mode: FileModeInformation,
pub alignment: FileAlignmentInformation,
pub name: FileNameInformation,
}Fields§
§basic: FileBasicInformation§standard: FileStandardInformation§internal: FileInternalInformation§ea: FileEaInformation§access: FileAccessInformation§position: FilePositionInformation§mode: FileModeInformation§alignment: FileAlignmentInformation§name: FileNameInformationTrait Implementations§
Source§impl Clone for FileAllInformation
impl Clone for FileAllInformation
Source§fn clone(&self) -> FileAllInformation
fn clone(&self) -> FileAllInformation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileAllInformation
impl Debug for FileAllInformation
Source§impl<'de> Deserialize<'de> for FileAllInformation
impl<'de> Deserialize<'de> for FileAllInformation
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FileAllInformation
impl PartialEq for FileAllInformation
Source§impl Serialize for FileAllInformation
impl Serialize for FileAllInformation
impl StructuralPartialEq for FileAllInformation
Auto Trait Implementations§
impl Freeze for FileAllInformation
impl RefUnwindSafe for FileAllInformation
impl Send for FileAllInformation
impl Sync for FileAllInformation
impl Unpin for FileAllInformation
impl UnwindSafe for FileAllInformation
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