#[repr(C)]pub struct LIFE_TIME {
pub startTime: FILETIME,
pub endTime: FILETIME,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§startTime: FILETIME
§endTime: FILETIME
Trait Implementations§
Auto Trait Implementations§
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