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