Struct windows_sys::Win32::System::TaskScheduler::WEEKLY
[−]Expand description
Required features: "Win32_System_TaskScheduler"
Fields
WeeksInterval: u16
rgfDaysOfTheWeek: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WEEKLY
impl Send for WEEKLY
impl Sync for WEEKLY
impl Unpin for WEEKLY
impl UnwindSafe for WEEKLY
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