Struct windows_sys::Networking::NetworkOperators::ProfileUsage
[−]Expand description
Required features: ‘Networking_NetworkOperators’, ‘Foundation’
Fields
UsageInMegabytes: u32
LastSyncTime: DateTime
Trait Implementations
impl Clone for ProfileUsage
impl Clone for ProfileUsage
impl Copy for ProfileUsage
Auto Trait Implementations
impl RefUnwindSafe for ProfileUsage
impl Send for ProfileUsage
impl Sync for ProfileUsage
impl Unpin for ProfileUsage
impl UnwindSafe for ProfileUsage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more