pub struct FiringSet { /* private fields */ }
Implementations§
Source§impl FiringSet
impl FiringSet
pub fn as_slice(&self) -> &[FiringComponent]
pub fn get_enabled(&self, state: &State) -> FiringSequence
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FiringSet
impl RefUnwindSafe for FiringSet
impl Send for FiringSet
impl Sync for FiringSet
impl Unpin for FiringSet
impl UnwindSafe for FiringSet
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