Union MacTypes_sys::NumVersionVariant
[−]
[src]
#[repr(C)]pub union NumVersionVariant { // some fields omitted }
NumVersionVariant is a wrapper so NumVersion can be accessed as a 32-bit value.
Trait Implementations
impl Clone for NumVersionVariant[src]
fn clone(&self) -> NumVersionVariant
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for NumVersionVariant[src]
impl Default for NumVersionVariant[src]
impl Debug for NumVersionVariant[src]
impl PartialEq for NumVersionVariant[src]
fn eq(&self, other: &Self) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.