Enum windows_win::raw::file::FileInfoLevel
source · pub enum FileInfoLevel {
Standard,
Basic,
Max,
}
Expand description
Level of information to store about file during search.
Variants§
Standard
Corresponds to FindExInfoStandard. Default.
Basic
Corresponds to FindExInfoBasic.
Max
Corresponds to FindExInfoMaxInfoLevel.
Trait Implementations§
source§impl Default for FileInfoLevel
impl Default for FileInfoLevel
source§impl Into<u32> for FileInfoLevel
impl Into<u32> for FileInfoLevel
source§fn into(self) -> FINDEX_INFO_LEVELS
fn into(self) -> FINDEX_INFO_LEVELS
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for FileInfoLevel
impl Send for FileInfoLevel
impl Sync for FileInfoLevel
impl Unpin for FileInfoLevel
impl UnwindSafe for FileInfoLevel
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