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