#[repr(C)]pub struct CM2Profile {
pub header: CM2Header,
pub tagTable: CMTagElemTable,
pub elemData: [c_char; 1],
}Fields§
§header: CM2Header§tagTable: CMTagElemTable§elemData: [c_char; 1]Trait Implementations§
Source§impl Clone for CM2Profile
impl Clone for CM2Profile
Source§fn clone(&self) -> CM2Profile
fn clone(&self) -> CM2Profile
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 moreSource§impl Debug for CM2Profile
impl Debug for CM2Profile
impl Copy for CM2Profile
Auto Trait Implementations§
impl Freeze for CM2Profile
impl RefUnwindSafe for CM2Profile
impl Send for CM2Profile
impl Sync for CM2Profile
impl Unpin for CM2Profile
impl UnsafeUnpin for CM2Profile
impl UnwindSafe for CM2Profile
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