#[repr(C)]pub struct LIFE_TIME {
pub startTime: FILETIME,
pub endTime: FILETIME,
}
Fields§
§startTime: FILETIME
§endTime: FILETIME
Trait Implementations§
impl Copy for LIFE_TIME
impl Eq for LIFE_TIME
impl StructuralPartialEq for LIFE_TIME
Auto Trait Implementations§
impl Freeze for LIFE_TIME
impl RefUnwindSafe for LIFE_TIME
impl Send for LIFE_TIME
impl Sync for LIFE_TIME
impl Unpin for LIFE_TIME
impl UnwindSafe for LIFE_TIME
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)