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: u16
rgfDaysOfTheWeek: u16
rgfMonths: u16
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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