#[repr(C)]pub struct AT_ENUM {
pub JobId: DWORD,
pub JobTime: DWORD_PTR,
pub DaysOfMonth: DWORD,
pub DaysOfWeek: UCHAR,
pub Flags: UCHAR,
pub Command: LPWSTR,
}Fields§
§JobId: DWORD§JobTime: DWORD_PTR§DaysOfMonth: DWORD§DaysOfWeek: UCHAR§Flags: UCHAR§Command: LPWSTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for AT_ENUM
impl RefUnwindSafe for AT_ENUM
impl !Send for AT_ENUM
impl !Sync for AT_ENUM
impl Unpin for AT_ENUM
impl UnwindSafe for AT_ENUM
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