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