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