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