#[repr(C)]pub struct CNtfsFileTime {
pub Low: UInt32,
pub High: UInt32,
}Fields§
§Low: UInt32§High: UInt32Trait Implementations§
Source§impl Clone for CNtfsFileTime
impl Clone for CNtfsFileTime
Source§fn clone(&self) -> CNtfsFileTime
fn clone(&self) -> CNtfsFileTime
Returns a duplicate 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 moreSource§impl Debug for CNtfsFileTime
impl Debug for CNtfsFileTime
impl Copy for CNtfsFileTime
Auto Trait Implementations§
impl Freeze for CNtfsFileTime
impl RefUnwindSafe for CNtfsFileTime
impl Send for CNtfsFileTime
impl Sync for CNtfsFileTime
impl Unpin for CNtfsFileTime
impl UnwindSafe for CNtfsFileTime
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