Struct windows_sys::Win32::Networking::ActiveDirectory::SCHEDULE
[−]#[repr(C)]pub struct SCHEDULE {
pub Size: u32,
pub Bandwidth: u32,
pub NumberOfSchedules: u32,
pub Schedules: [SCHEDULE_HEADER; 1],
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
Size: u32
Bandwidth: u32
NumberOfSchedules: u32
Schedules: [SCHEDULE_HEADER; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SCHEDULE
impl Send for SCHEDULE
impl Sync for SCHEDULE
impl Unpin for SCHEDULE
impl UnwindSafe for SCHEDULE
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