Struct windows_sys::Win32::System::TaskScheduler::MONTHLYDOW
[−]#[repr(C)]pub struct MONTHLYDOW {
pub wWhichWeek: u16,
pub rgfDaysOfTheWeek: u16,
pub rgfMonths: u16,
}Expand description
Required features: ‘Win32_System_TaskScheduler’
Fields
wWhichWeek: u16rgfDaysOfTheWeek: u16rgfMonths: u16Trait Implementations
impl Clone for MONTHLYDOW
impl Clone for MONTHLYDOW
impl Copy for MONTHLYDOW
Auto Trait Implementations
impl RefUnwindSafe for MONTHLYDOW
impl Send for MONTHLYDOW
impl Sync for MONTHLYDOW
impl Unpin for MONTHLYDOW
impl UnwindSafe for MONTHLYDOW
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