Struct SCHEDULE
#[repr(C)]pub struct SCHEDULE {
pub Size: u32,
pub Bandwidth: u32,
pub NumberOfSchedules: u32,
pub Schedules: [SCHEDULE_HEADER; 1],
}
Fields§
§Size: u32
§Bandwidth: u32
§NumberOfSchedules: u32
§Schedules: [SCHEDULE_HEADER; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCHEDULE
impl RefUnwindSafe for SCHEDULE
impl Send for SCHEDULE
impl Sync for SCHEDULE
impl Unpin for SCHEDULE
impl UnwindSafe for SCHEDULE
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