#[repr(C)]pub union CMAppleProfileHeader {
pub cm2: CM2Header,
pub cm4: CM4Header,
}Fields§
§cm2: CM2Header§cm4: CM4HeaderTrait Implementations§
Source§impl Clone for CMAppleProfileHeader
impl Clone for CMAppleProfileHeader
Source§fn clone(&self) -> CMAppleProfileHeader
fn clone(&self) -> CMAppleProfileHeader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CMAppleProfileHeader
Auto Trait Implementations§
impl Freeze for CMAppleProfileHeader
impl RefUnwindSafe for CMAppleProfileHeader
impl Send for CMAppleProfileHeader
impl Sync for CMAppleProfileHeader
impl Unpin for CMAppleProfileHeader
impl UnsafeUnpin for CMAppleProfileHeader
impl UnwindSafe for CMAppleProfileHeader
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