Struct cxx_auto::ctypes::c_ulonglong
source · #[repr(transparent)]pub struct c_ulonglong { /* private fields */ }
Trait Implementations§
source§impl Clone for c_ulonglong
impl Clone for c_ulonglong
source§fn clone(&self) -> c_ulonglong
fn clone(&self) -> c_ulonglong
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 c_ulonglong
impl Debug for c_ulonglong
source§impl Default for c_ulonglong
impl Default for c_ulonglong
source§fn default() -> c_ulonglong
fn default() -> c_ulonglong
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for c_ulonglong
impl<'de> Deserialize<'de> for c_ulonglong
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for c_ulonglong
impl Display for c_ulonglong
source§impl Hash for c_ulonglong
impl Hash for c_ulonglong
source§impl Ord for c_ulonglong
impl Ord for c_ulonglong
source§fn cmp(&self, other: &c_ulonglong) -> Ordering
fn cmp(&self, other: &c_ulonglong) -> 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<c_ulonglong> for c_ulonglong
impl PartialEq<c_ulonglong> for c_ulonglong
source§fn eq(&self, other: &c_ulonglong) -> bool
fn eq(&self, other: &c_ulonglong) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<c_ulonglong> for c_ulonglong
impl PartialOrd<c_ulonglong> for c_ulonglong
source§fn partial_cmp(&self, other: &c_ulonglong) -> Option<Ordering>
fn partial_cmp(&self, other: &c_ulonglong) -> 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 moresource§impl Serialize for c_ulonglong
impl Serialize for c_ulonglong
impl Copy for c_ulonglong
impl Eq for c_ulonglong
impl StructuralEq for c_ulonglong
impl StructuralPartialEq for c_ulonglong
Auto Trait Implementations§
impl RefUnwindSafe for c_ulonglong
impl Send for c_ulonglong
impl Sync for c_ulonglong
impl Unpin for c_ulonglong
impl UnwindSafe for c_ulonglong
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.