#[repr(C)]pub struct MacImplementationType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl BitAnd for MacImplementationType
impl BitAnd for MacImplementationType
Source§impl BitAndAssign for MacImplementationType
impl BitAndAssign for MacImplementationType
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for MacImplementationType
impl BitOr for MacImplementationType
Source§impl BitOrAssign for MacImplementationType
impl BitOrAssign for MacImplementationType
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for MacImplementationType
impl BitXor for MacImplementationType
Source§impl BitXorAssign for MacImplementationType
impl BitXorAssign 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 for MacImplementationType
impl PartialEq for MacImplementationType
impl Copy for MacImplementationType
impl Eq for MacImplementationType
impl StructuralPartialEq for MacImplementationType
Auto Trait Implementations§
impl Freeze for MacImplementationType
impl RefUnwindSafe for MacImplementationType
impl Send for MacImplementationType
impl Sync for MacImplementationType
impl Unpin for MacImplementationType
impl UnwindSafe for MacImplementationType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)