#[repr(C)]pub struct CMGrayColor {
pub gray: UInt16,
}Expand description
Apple SDK struct CMGrayColor.
Fields§
§gray: UInt16Trait Implementations§
Source§impl Clone for CMGrayColor
impl Clone for CMGrayColor
Source§fn clone(&self) -> CMGrayColor
fn clone(&self) -> CMGrayColor
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 CMGrayColor
impl Debug for CMGrayColor
impl Copy for CMGrayColor
Auto Trait Implementations§
impl Freeze for CMGrayColor
impl RefUnwindSafe for CMGrayColor
impl Send for CMGrayColor
impl Sync for CMGrayColor
impl Unpin for CMGrayColor
impl UnsafeUnpin for CMGrayColor
impl UnwindSafe for CMGrayColor
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