#[repr(C)]pub struct WCM_USAGE_DATA {
pub UsageInMegabytes: u32,
pub LastSyncTime: FILETIME,
}Expand description
Required features: "Win32_Foundation"
Fields§
§UsageInMegabytes: u32§LastSyncTime: FILETIMETrait Implementations§
§impl Clone for WCM_USAGE_DATA
impl Clone for WCM_USAGE_DATA
impl Copy for WCM_USAGE_DATA
Auto Trait Implementations§
impl RefUnwindSafe for WCM_USAGE_DATA
impl Send for WCM_USAGE_DATA
impl Sync for WCM_USAGE_DATA
impl Unpin for WCM_USAGE_DATA
impl UnwindSafe for WCM_USAGE_DATA
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