Struct hip_sys::hiprt::ulonglong3
source · #[repr(C)]pub struct ulonglong3 {
pub x: u64,
pub y: u64,
pub z: u64,
}Fields§
§x: u64§y: u64§z: u64Trait Implementations§
source§impl Clone for ulonglong3
impl Clone for ulonglong3
source§fn clone(&self) -> ulonglong3
fn clone(&self) -> ulonglong3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ulonglong3
impl Debug for ulonglong3
source§impl Default for ulonglong3
impl Default for ulonglong3
source§fn default() -> ulonglong3
fn default() -> ulonglong3
Returns the “default value” for a type. Read more
source§impl Hash for ulonglong3
impl Hash for ulonglong3
source§impl Ord for ulonglong3
impl Ord for ulonglong3
source§fn cmp(&self, other: &ulonglong3) -> Ordering
fn cmp(&self, other: &ulonglong3) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ulonglong3> for ulonglong3
impl PartialEq<ulonglong3> for ulonglong3
source§fn eq(&self, other: &ulonglong3) -> bool
fn eq(&self, other: &ulonglong3) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ulonglong3> for ulonglong3
impl PartialOrd<ulonglong3> for ulonglong3
source§fn partial_cmp(&self, other: &ulonglong3) -> Option<Ordering>
fn partial_cmp(&self, other: &ulonglong3) -> Option<Ordering>
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 ulonglong3
impl Eq for ulonglong3
impl StructuralEq for ulonglong3
impl StructuralPartialEq for ulonglong3
Auto Trait Implementations§
impl RefUnwindSafe for ulonglong3
impl Send for ulonglong3
impl Sync for ulonglong3
impl Unpin for ulonglong3
impl UnwindSafe for ulonglong3
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