#[repr(transparent)]pub struct c_ulonglong(pub c_ulonglong);Expand description
CFI type equivalent to Rust’s core::ffi::c_ulonglong type alias.
Tuple Fields§
§0: c_ulonglongTrait 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 duplicate 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 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 for c_ulonglong
impl PartialEq for c_ulonglong
Source§impl PartialOrd for c_ulonglong
impl PartialOrd 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