Struct windows_sys::Win32::NetworkManagement::NetManagement::AT_ENUM
[−]#[repr(C)]pub struct AT_ENUM {
pub JobId: u32,
pub JobTime: usize,
pub DaysOfMonth: u32,
pub DaysOfWeek: u8,
pub Flags: u8,
pub Command: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
JobId: u32
JobTime: usize
DaysOfMonth: u32
DaysOfWeek: u8
Flags: u8
Command: PWSTR
Trait Implementations
Auto Trait Implementations
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
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