#[repr(C)]pub struct AT_INFO {
pub JobTime: DWORD_PTR,
pub DaysOfMonth: DWORD,
pub DaysOfWeek: UCHAR,
pub Flags: UCHAR,
pub Command: LPWSTR,
}
Fields§
§JobTime: DWORD_PTR
§DaysOfMonth: DWORD
§DaysOfWeek: UCHAR
§Flags: UCHAR
§Command: LPWSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AT_INFO
impl RefUnwindSafe for AT_INFO
impl !Send for AT_INFO
impl !Sync for AT_INFO
impl Unpin for AT_INFO
impl UnwindSafe for AT_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more