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: u32JobTime: usizeDaysOfMonth: u32DaysOfWeek: u8Flags: u8Command: PWSTRTrait 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 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