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