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