Struct windows_sys::Win32::Storage::FileSystem::EFS_VERSION_INFO
#[repr(C)]pub struct EFS_VERSION_INFO {
pub EfsVersion: u32,
pub SubVersion: u32,
}Fields§
§EfsVersion: u32§SubVersion: u32Trait Implementations§
§impl Clone for EFS_VERSION_INFO
impl Clone for EFS_VERSION_INFO
impl Copy for EFS_VERSION_INFO
Auto Trait Implementations§
impl RefUnwindSafe for EFS_VERSION_INFO
impl Send for EFS_VERSION_INFO
impl Sync for EFS_VERSION_INFO
impl Unpin for EFS_VERSION_INFO
impl UnwindSafe for EFS_VERSION_INFO
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