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