Struct cxx_auto::ctypes::c_longlong
source · #[repr(transparent)]pub struct c_longlong { /* private fields */ }
Trait Implementations§
source§impl Clone for c_longlong
impl Clone for c_longlong
source§fn clone(&self) -> c_longlong
fn clone(&self) -> c_longlong
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_longlong
impl Debug for c_longlong
source§impl Default for c_longlong
impl Default for c_longlong
source§fn default() -> c_longlong
fn default() -> c_longlong
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for c_longlong
impl<'de> Deserialize<'de> for c_longlong
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_longlong
impl Display for c_longlong
source§impl Hash for c_longlong
impl Hash for c_longlong
source§impl Ord for c_longlong
impl Ord for c_longlong
source§fn cmp(&self, other: &c_longlong) -> Ordering
fn cmp(&self, other: &c_longlong) -> 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_longlong> for c_longlong
impl PartialEq<c_longlong> for c_longlong
source§fn eq(&self, other: &c_longlong) -> bool
fn eq(&self, other: &c_longlong) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<c_longlong> for c_longlong
impl PartialOrd<c_longlong> for c_longlong
source§fn partial_cmp(&self, other: &c_longlong) -> Option<Ordering>
fn partial_cmp(&self, other: &c_longlong) -> 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_longlong
impl Serialize for c_longlong
impl Copy for c_longlong
impl Eq for c_longlong
impl StructuralEq for c_longlong
impl StructuralPartialEq for c_longlong
Auto Trait Implementations§
impl RefUnwindSafe for c_longlong
impl Send for c_longlong
impl Sync for c_longlong
impl Unpin for c_longlong
impl UnwindSafe for c_longlong
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.