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