#[repr(C)]pub struct Map_Pos {
pub x: i32,
pub z: i32,
}Expand description
Fields§
§x: i32§z: i32Implementations§
Source§impl Map_Pos
impl Map_Pos
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for Map_Pos
impl ClassIdentity for Map_Pos
Source§impl IList_1<Map_Pos> for Map_FillList
impl IList_1<Map_Pos> for Map_FillList
impl Copy for Map_Pos
Auto Trait Implementations§
impl Freeze for Map_Pos
impl RefUnwindSafe for Map_Pos
impl Send for Map_Pos
impl Sync for Map_Pos
impl Unpin for Map_Pos
impl UnwindSafe for Map_Pos
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)