#[repr(C)]pub struct uint3 {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Trait Implementations§
source§impl Ord for uint3
impl Ord for uint3
source§impl PartialEq<uint3> for uint3
impl PartialEq<uint3> for uint3
source§impl PartialOrd<uint3> for uint3
impl PartialOrd<uint3> for uint3
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 uint3
impl Eq for uint3
impl StructuralEq for uint3
impl StructuralPartialEq for uint3
Auto Trait Implementations§
impl RefUnwindSafe for uint3
impl Send for uint3
impl Sync for uint3
impl Unpin for uint3
impl UnwindSafe for uint3
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