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