pub struct EndSpike {
pub center_x: i32,
pub center_z: i32,
pub radius: i32,
pub height: i32,
pub guarded: bool,
}Fields§
§center_x: i32§center_z: i32§radius: i32§height: i32§guarded: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for EndSpike
impl RefUnwindSafe for EndSpike
impl Send for EndSpike
impl Sync for EndSpike
impl Unpin for EndSpike
impl UnsafeUnpin for EndSpike
impl UnwindSafe for EndSpike
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