Struct win_sys::FileSystem::VER_FIND_FILE_STATUS [−][src]
#[repr(transparent)]pub struct VER_FIND_FILE_STATUS(pub u32);Expand description
Required features: Win32_Storage_FileSystem
Tuple Fields
0: u32Trait Implementations
type Output = VER_FIND_FILE_STATUS
type Output = VER_FIND_FILE_STATUS
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = VER_FIND_FILE_STATUS
type Output = VER_FIND_FILE_STATUS
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
type Output = VER_FIND_FILE_STATUS
type Output = VER_FIND_FILE_STATUS
The resulting type after applying the ! operator.
Performs the unary ! operation. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VER_FIND_FILE_STATUS
impl Send for VER_FIND_FILE_STATUS
impl Sync for VER_FIND_FILE_STATUS
impl Unpin for VER_FIND_FILE_STATUS
impl UnwindSafe for VER_FIND_FILE_STATUS
Blanket Implementations
Mutably borrows from an owned value. Read more