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