Struct windows_sys::Win32::Storage::FileSystem::EFS_COMPATIBILITY_INFO
[−]#[repr(C)]pub struct EFS_COMPATIBILITY_INFO {
pub EfsVersion: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
EfsVersion: u32
Trait Implementations
impl Clone for EFS_COMPATIBILITY_INFO
impl Clone for EFS_COMPATIBILITY_INFO
impl Copy for EFS_COMPATIBILITY_INFO
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more