pub struct EndSpikeConfiguration {
pub spikes: Vec<EndSpike>,
pub crystal_invulnerable: bool,
pub crystal_beam_target: Option<Offset>,
}Fields§
§spikes: Vec<EndSpike>§crystal_invulnerable: bool§crystal_beam_target: Option<Offset>Trait Implementations§
Source§impl Clone for EndSpikeConfiguration
impl Clone for EndSpikeConfiguration
Source§fn clone(&self) -> EndSpikeConfiguration
fn clone(&self) -> EndSpikeConfiguration
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 moreAuto Trait Implementations§
impl Freeze for EndSpikeConfiguration
impl RefUnwindSafe for EndSpikeConfiguration
impl Send for EndSpikeConfiguration
impl Sync for EndSpikeConfiguration
impl Unpin for EndSpikeConfiguration
impl UnsafeUnpin for EndSpikeConfiguration
impl UnwindSafe for EndSpikeConfiguration
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