#[repr(C)]pub struct EndIsland {
pub x: c_int,
pub y: c_int,
pub z: c_int,
pub r: c_int,
}Fields§
§x: c_int§y: c_int§z: c_int§r: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for EndIsland
impl RefUnwindSafe for EndIsland
impl Send for EndIsland
impl Sync for EndIsland
impl Unpin for EndIsland
impl UnwindSafe for EndIsland
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