#[repr(C)]pub struct READ_FILE_USN_DATA {
pub MinMajorVersion: u16,
pub MaxMajorVersion: u16,
}Fields§
§MinMajorVersion: u16§MaxMajorVersion: u16Trait Implementations§
Source§impl Abi for READ_FILE_USN_DATA
impl Abi for READ_FILE_USN_DATA
Source§type Abi = READ_FILE_USN_DATA
type Abi = READ_FILE_USN_DATA
The abi representation of the implementing type. Read more
type DefaultType = READ_FILE_USN_DATA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for READ_FILE_USN_DATA
impl Clone for READ_FILE_USN_DATA
Source§fn clone(&self) -> READ_FILE_USN_DATA
fn clone(&self) -> READ_FILE_USN_DATA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for READ_FILE_USN_DATA
Source§impl Debug for READ_FILE_USN_DATA
impl Debug for READ_FILE_USN_DATA
Source§impl Default for READ_FILE_USN_DATA
impl Default for READ_FILE_USN_DATA
impl Eq for READ_FILE_USN_DATA
Auto Trait Implementations§
impl Freeze for READ_FILE_USN_DATA
impl RefUnwindSafe for READ_FILE_USN_DATA
impl Send for READ_FILE_USN_DATA
impl Sync for READ_FILE_USN_DATA
impl Unpin for READ_FILE_USN_DATA
impl UnsafeUnpin for READ_FILE_USN_DATA
impl UnwindSafe for READ_FILE_USN_DATA
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