pub struct RawBlock {
pub x: i32,
pub y: i32,
pub z: i32,
pub rotation: u8,
}Fields§
§x: i32§y: i32§z: i32§rotation: u8Trait Implementations§
impl Eq for RawBlock
impl StructuralPartialEq for RawBlock
Auto Trait Implementations§
impl Freeze for RawBlock
impl RefUnwindSafe for RawBlock
impl Send for RawBlock
impl Sync for RawBlock
impl Unpin for RawBlock
impl UnsafeUnpin for RawBlock
impl UnwindSafe for RawBlock
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