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