pub struct PlatformSchedule {
pub current: u32,
pub records: &'static [ScheduleRecord],
}Fields§
§current: u32§records: &'static [ScheduleRecord]Trait Implementations§
Source§impl Clone for PlatformSchedule
impl Clone for PlatformSchedule
Source§fn clone(&self) -> PlatformSchedule
fn clone(&self) -> PlatformSchedule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformSchedule
Source§impl Debug for PlatformSchedule
impl Debug for PlatformSchedule
Source§impl Default for PlatformSchedule
impl Default for PlatformSchedule
Source§fn default() -> PlatformSchedule
fn default() -> PlatformSchedule
Returns the “default value” for a type. Read more
Source§impl PartialEq for PlatformSchedule
impl PartialEq for PlatformSchedule
impl StructuralPartialEq for PlatformSchedule
Auto Trait Implementations§
impl Freeze for PlatformSchedule
impl RefUnwindSafe for PlatformSchedule
impl Send for PlatformSchedule
impl Sync for PlatformSchedule
impl Unpin for PlatformSchedule
impl UnsafeUnpin for PlatformSchedule
impl UnwindSafe for PlatformSchedule
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