#[repr(transparent)]pub struct c_longlong(pub c_longlong);
Expand description
Newtype wrapper for a long long
Tuple Fields§
§0: c_longlong
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 ExternType for c_longlong
§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_longlong
§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_longlong> for c_longlong
impl From<c_longlong> for c_longlong
Source§fn from(val: c_longlong) -> Self
fn from(val: c_longlong) -> Self
Converts to this type from the input type.
Source§impl From<i64> for c_longlong
impl From<i64> for c_longlong
Source§fn from(val: c_longlong) -> Self
fn from(val: c_longlong) -> Self
Converts to this type from the input type.
Source§impl Hash for c_longlong
impl Hash for c_longlong
Source§impl PartialEq for c_longlong
impl PartialEq for c_longlong
impl Copy for c_longlong
impl Eq for c_longlong
impl StructuralPartialEq for c_longlong
Auto Trait Implementations§
impl Freeze for c_longlong
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