Type Alias ea_t

pub type ea_t = c_ulonglong;

Aliased Type§

struct ea_t(pub u64);

Fields§

§0: u64

Trait Implementations

§

impl Clone for 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)

Performs copy-assignment from source. Read more
§

impl Debug for c_ulonglong

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

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.

§

type Id = (c, __, u, l, o, n, g, l, o, n, g)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

§

impl From<u64> for c_ulonglong

§

fn from(val: u64) -> c_ulonglong

Converts to this type from the input type.
§

impl Hash for c_ulonglong

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl PartialEq for c_ulonglong

§

fn eq(&self, other: &c_ulonglong) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for c_ulonglong

§

impl Eq for c_ulonglong

§

impl StructuralPartialEq for c_ulonglong