Struct win_sys::FileSystem::EFS_COMPATIBILITY_INFO [−][src]
#[repr(C)]pub struct EFS_COMPATIBILITY_INFO {
pub EfsVersion: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
EfsVersion: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EFS_COMPATIBILITY_INFO
impl Send for EFS_COMPATIBILITY_INFO
impl Sync for EFS_COMPATIBILITY_INFO
impl Unpin for EFS_COMPATIBILITY_INFO
impl UnwindSafe for EFS_COMPATIBILITY_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more