#[repr(C, packed(2))]pub struct CMTagElemTable {
pub count: UInt32,
pub tagList: [CMTagRecord; 1],
}Expand description
Apple SDK struct CMTagElemTable.
Fields§
§count: UInt32§tagList: [CMTagRecord; 1]Trait Implementations§
Source§impl Clone for CMTagElemTable
impl Clone for CMTagElemTable
Source§fn clone(&self) -> CMTagElemTable
fn clone(&self) -> CMTagElemTable
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 CMTagElemTable
impl Debug for CMTagElemTable
impl Copy for CMTagElemTable
Auto Trait Implementations§
impl Freeze for CMTagElemTable
impl RefUnwindSafe for CMTagElemTable
impl Send for CMTagElemTable
impl Sync for CMTagElemTable
impl Unpin for CMTagElemTable
impl UnsafeUnpin for CMTagElemTable
impl UnwindSafe for CMTagElemTable
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