pub struct BlueprintSchedule {
pub group: &'static str,
pub interrupts: &'static [BlueprintScheduleInterrupt],
pub records: &'static [BlueprintScheduleRecord],
}Fields§
§group: &'static str§interrupts: &'static [BlueprintScheduleInterrupt]§records: &'static [BlueprintScheduleRecord]Trait Implementations§
Source§impl Clone for BlueprintSchedule
impl Clone for BlueprintSchedule
Source§fn clone(&self) -> BlueprintSchedule
fn clone(&self) -> BlueprintSchedule
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 BlueprintSchedule
Source§impl Debug for BlueprintSchedule
impl Debug for BlueprintSchedule
Source§impl Default for BlueprintSchedule
impl Default for BlueprintSchedule
Source§fn default() -> BlueprintSchedule
fn default() -> BlueprintSchedule
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlueprintSchedule
impl PartialEq for BlueprintSchedule
impl StructuralPartialEq for BlueprintSchedule
Auto Trait Implementations§
impl Freeze for BlueprintSchedule
impl RefUnwindSafe for BlueprintSchedule
impl Send for BlueprintSchedule
impl Sync for BlueprintSchedule
impl Unpin for BlueprintSchedule
impl UnsafeUnpin for BlueprintSchedule
impl UnwindSafe for BlueprintSchedule
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