#[repr(C)]pub struct WCM_BILLING_CYCLE_INFO {
pub StartDate: FILETIME,
pub Duration: WCM_TIME_INTERVAL,
pub Reset: BOOL,
}Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager", "Win32_Foundation"
Fields
StartDate: FILETIMEDuration: WCM_TIME_INTERVALReset: BOOLTrait Implementations
impl Clone for WCM_BILLING_CYCLE_INFO
impl Clone for WCM_BILLING_CYCLE_INFO
impl Copy for WCM_BILLING_CYCLE_INFO
Auto Trait Implementations
impl RefUnwindSafe for WCM_BILLING_CYCLE_INFO
impl Send for WCM_BILLING_CYCLE_INFO
impl Sync for WCM_BILLING_CYCLE_INFO
impl Unpin for WCM_BILLING_CYCLE_INFO
impl UnwindSafe for WCM_BILLING_CYCLE_INFO
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