Struct entmet_lib::entities::entity::FallingBlock
source · pub struct FallingBlock {
pub position: (i32, i32, i16),
/* private fields */
}Expand description
An instance of a falling block
Fields§
§position: (i32, i32, i16)Position of the falling block
Trait Implementations§
source§impl Default for FallingBlock
impl Default for FallingBlock
source§impl Deref for FallingBlock
impl Deref for FallingBlock
source§impl DerefMut for FallingBlock
impl DerefMut for FallingBlock
source§impl PartialEq for FallingBlock
impl PartialEq for FallingBlock
source§fn eq(&self, other: &FallingBlock) -> bool
fn eq(&self, other: &FallingBlock) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FallingBlock
Auto Trait Implementations§
impl Freeze for FallingBlock
impl RefUnwindSafe for FallingBlock
impl Send for FallingBlock
impl Sync for FallingBlock
impl Unpin for FallingBlock
impl UnwindSafe for FallingBlock
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