#[repr(transparent)]pub struct c_ulonglong(pub c_ulonglong);
Expand description
Newtype wrapper for an unsigned long long
Tuple Fields§
§0: c_ulonglong
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 ExternType for c_ulonglong
§Safety
We assert that the namespace and type ID refer to a C++
type which is equivalent to this Rust type.
impl ExternType for c_ulonglong
§Safety
We assert that the namespace and type ID refer to a C++ type which is equivalent to this Rust type.
Source§impl From<c_ulonglong> for c_ulonglong
impl From<c_ulonglong> for c_ulonglong
Source§fn from(val: c_ulonglong) -> Self
fn from(val: c_ulonglong) -> Self
Converts to this type from the input type.
Source§impl From<u64> for c_ulonglong
impl From<u64> for c_ulonglong
Source§fn from(val: c_ulonglong) -> Self
fn from(val: c_ulonglong) -> Self
Converts to this type from the input type.
Source§impl Hash for c_ulonglong
impl Hash for c_ulonglong
Source§impl PartialEq for c_ulonglong
impl PartialEq for c_ulonglong
impl Copy for c_ulonglong
impl Eq for c_ulonglong
impl StructuralPartialEq for c_ulonglong
Auto Trait Implementations§
impl Freeze for c_ulonglong
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