Struct EFS_VERSION_INFO
#[repr(C)]pub struct EFS_VERSION_INFO {
pub EfsVersion: u32,
pub SubVersion: u32,
}
Fields§
§EfsVersion: u32
§SubVersion: u32
Trait Implementations§
§impl Clone for EFS_VERSION_INFO
impl Clone for EFS_VERSION_INFO
§fn clone(&self) -> EFS_VERSION_INFO
fn clone(&self) -> EFS_VERSION_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for EFS_VERSION_INFO
Auto Trait Implementations§
impl Freeze for EFS_VERSION_INFO
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