#[repr(C)]pub struct CMTag {
pub category: CMTagCategory,
pub dataType: CMTagDataType,
pub value: CMTagValue,
}Expand description
Apple SDK struct CMTag.
Fields§
§category: CMTagCategory§dataType: CMTagDataType§value: CMTagValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for CMTag
impl RefUnwindSafe for CMTag
impl Send for CMTag
impl Sync for CMTag
impl Unpin for CMTag
impl UnsafeUnpin for CMTag
impl UnwindSafe for CMTag
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