Struct gns_sys::ValvePackingSentinel_t
source · [−]#[repr(C, packed(4))]pub struct ValvePackingSentinel_t {
pub m_u32: uint32,
pub m_u64: uint64,
pub m_u16: uint16,
pub m_d: f64,
}
Fields
m_u32: uint32
m_u64: uint64
m_u16: uint16
m_d: f64
Trait Implementations
sourceimpl Clone for ValvePackingSentinel_t
impl Clone for ValvePackingSentinel_t
sourcefn clone(&self) -> ValvePackingSentinel_t
fn clone(&self) -> ValvePackingSentinel_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ValvePackingSentinel_t
impl Debug for ValvePackingSentinel_t
sourceimpl Default for ValvePackingSentinel_t
impl Default for ValvePackingSentinel_t
sourcefn default() -> ValvePackingSentinel_t
fn default() -> ValvePackingSentinel_t
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ValvePackingSentinel_t> for ValvePackingSentinel_t
impl PartialEq<ValvePackingSentinel_t> for ValvePackingSentinel_t
sourcefn eq(&self, other: &ValvePackingSentinel_t) -> bool
fn eq(&self, other: &ValvePackingSentinel_t) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ValvePackingSentinel_t) -> bool
fn ne(&self, other: &ValvePackingSentinel_t) -> bool
This method tests for !=
.
sourceimpl PartialOrd<ValvePackingSentinel_t> for ValvePackingSentinel_t
impl PartialOrd<ValvePackingSentinel_t> for ValvePackingSentinel_t
sourcefn partial_cmp(&self, other: &ValvePackingSentinel_t) -> Option<Ordering>
fn partial_cmp(&self, other: &ValvePackingSentinel_t) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for ValvePackingSentinel_t
impl StructuralPartialEq for ValvePackingSentinel_t
Auto Trait Implementations
impl RefUnwindSafe for ValvePackingSentinel_t
impl Send for ValvePackingSentinel_t
impl Sync for ValvePackingSentinel_t
impl Unpin for ValvePackingSentinel_t
impl UnwindSafe for ValvePackingSentinel_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more