#[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§
Source§impl Clone for ValvePackingSentinel_t
impl Clone for ValvePackingSentinel_t
Source§fn clone(&self) -> ValvePackingSentinel_t
fn clone(&self) -> ValvePackingSentinel_t
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 ValvePackingSentinel_t
impl Debug for ValvePackingSentinel_t
Source§impl Default for ValvePackingSentinel_t
impl Default for ValvePackingSentinel_t
Source§fn default() -> ValvePackingSentinel_t
fn default() -> ValvePackingSentinel_t
Returns the “default value” for a type. Read more
Source§impl PartialEq for ValvePackingSentinel_t
impl PartialEq for ValvePackingSentinel_t
Source§impl PartialOrd for ValvePackingSentinel_t
impl PartialOrd for ValvePackingSentinel_t
impl Copy for ValvePackingSentinel_t
impl StructuralPartialEq for ValvePackingSentinel_t
Auto Trait Implementations§
impl Freeze for ValvePackingSentinel_t
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§
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