#[repr(C)]pub struct MacImplementationType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl BitAndAssign<MacImplementationType> for MacImplementationType
impl BitAndAssign<MacImplementationType> for MacImplementationType
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<MacImplementationType> for MacImplementationType
impl BitOrAssign<MacImplementationType> for MacImplementationType
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<MacImplementationType> for MacImplementationType
impl BitXorAssign<MacImplementationType> for MacImplementationType
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for MacImplementationType
impl Clone for MacImplementationType
source§fn clone(&self) -> MacImplementationType
fn clone(&self) -> MacImplementationType
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 MacImplementationType
impl Debug for MacImplementationType
source§impl PartialEq<MacImplementationType> for MacImplementationType
impl PartialEq<MacImplementationType> for MacImplementationType
source§fn eq(&self, other: &MacImplementationType) -> bool
fn eq(&self, other: &MacImplementationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.