#[repr(C, packed(2))]pub struct CMFixedXYColor {
pub x: Fixed,
pub y: Fixed,
}Fields§
§x: Fixed§y: FixedTrait Implementations§
Source§impl Clone for CMFixedXYColor
impl Clone for CMFixedXYColor
Source§fn clone(&self) -> CMFixedXYColor
fn clone(&self) -> CMFixedXYColor
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 CMFixedXYColor
impl Debug for CMFixedXYColor
impl Copy for CMFixedXYColor
Auto Trait Implementations§
impl Freeze for CMFixedXYColor
impl RefUnwindSafe for CMFixedXYColor
impl Send for CMFixedXYColor
impl Sync for CMFixedXYColor
impl Unpin for CMFixedXYColor
impl UnsafeUnpin for CMFixedXYColor
impl UnwindSafe for CMFixedXYColor
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