Struct MacTypes_sys::VersRec
[−]
[src]
pub struct VersRec {
pub numericVersion: NumVersion,
pub countryCode: c_short,
pub shortVersion: Str255,
pub reserved: Str255,
}Fields
numericVersion: NumVersion
countryCode: c_short
shortVersion: Str255
reserved: Str255
Trait Implementations
impl Clone for VersRec[src]
fn clone(&self) -> Self
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 VersRec[src]
impl Default for VersRec[src]
impl Eq for VersRec[src]
impl Debug for VersRec[src]
impl Hash for VersRec[src]
fn hash<H: Hasher>(&self, state: &mut H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.