Struct windows_sys::Win32::System::TaskScheduler::MONTHLYDATE
[−]Expand description
Required features: "Win32_System_TaskScheduler"
Fields
rgfDays: u32
rgfMonths: u16
Trait Implementations
impl Clone for MONTHLYDATE
impl Clone for MONTHLYDATE
impl Copy for MONTHLYDATE
Auto Trait Implementations
impl RefUnwindSafe for MONTHLYDATE
impl Send for MONTHLYDATE
impl Sync for MONTHLYDATE
impl Unpin for MONTHLYDATE
impl UnwindSafe for MONTHLYDATE
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