#[repr(C)]pub struct BG_JOB_TIMES {
pub CreationTime: FILETIME,
pub ModificationTime: FILETIME,
pub TransferCompletionTime: FILETIME,
}
Fields§
§CreationTime: FILETIME
§ModificationTime: FILETIME
§TransferCompletionTime: FILETIME
Trait Implementations§
Source§impl Clone for BG_JOB_TIMES
impl Clone for BG_JOB_TIMES
Source§fn clone(&self) -> BG_JOB_TIMES
fn clone(&self) -> BG_JOB_TIMES
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 Default for BG_JOB_TIMES
impl Default for BG_JOB_TIMES
Source§fn default() -> BG_JOB_TIMES
fn default() -> BG_JOB_TIMES
Returns the “default value” for a type. Read more
impl Copy for BG_JOB_TIMES
Auto Trait Implementations§
impl Freeze for BG_JOB_TIMES
impl RefUnwindSafe for BG_JOB_TIMES
impl Send for BG_JOB_TIMES
impl Sync for BG_JOB_TIMES
impl Unpin for BG_JOB_TIMES
impl UnwindSafe for BG_JOB_TIMES
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