#[repr(C)]pub struct BG_JOB_TIMES {
pub CreationTime: FILETIME,
pub ModificationTime: FILETIME,
pub TransferCompletionTime: FILETIME,
}
Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
, "Win32_Foundation"
Fields
CreationTime: FILETIME
ModificationTime: FILETIME
TransferCompletionTime: FILETIME
Trait Implementations
impl Clone for BG_JOB_TIMES
impl Clone for BG_JOB_TIMES
impl Copy for BG_JOB_TIMES
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more