#[repr(transparent)]pub struct MacVersion(pub u32);Expand description
MAC Version
Tuple Fields§
§0: u32Implementations§
Source§impl MacVersion
impl MacVersion
Trait Implementations§
Source§impl Clone for MacVersion
impl Clone for MacVersion
Source§fn clone(&self) -> MacVersion
fn clone(&self) -> MacVersion
Returns a duplicate 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 MacVersion
impl Debug for MacVersion
Source§impl Default for MacVersion
impl Default for MacVersion
Source§fn default() -> MacVersion
fn default() -> MacVersion
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacVersion
impl PartialEq for MacVersion
impl Copy for MacVersion
impl Eq for MacVersion
impl StructuralPartialEq for MacVersion
Auto Trait Implementations§
impl Freeze for MacVersion
impl RefUnwindSafe for MacVersion
impl Send for MacVersion
impl Sync for MacVersion
impl Unpin for MacVersion
impl UnwindSafe for MacVersion
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