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