#[repr(C)]pub struct uint4 {
pub x: u32,
pub y: u32,
pub z: u32,
pub w: u32,
}Fields§
§x: u32§y: u32§z: u32§w: u32Trait Implementations§
source§impl Ord for uint4
impl Ord for uint4
source§impl PartialEq<uint4> for uint4
impl PartialEq<uint4> for uint4
source§impl PartialOrd<uint4> for uint4
impl PartialOrd<uint4> for uint4
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for uint4
impl Eq for uint4
impl StructuralEq for uint4
impl StructuralPartialEq for uint4
Auto Trait Implementations§
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