#[repr(C)]pub struct NSAffineTransformStruct {
pub m11: CGFloat,
pub m12: CGFloat,
pub m21: CGFloat,
pub m22: CGFloat,
pub tX: CGFloat,
pub tY: CGFloat,
}
Available on crate features
NSAffineTransform
and NSGeometry
only.Fields§
§m11: CGFloat
§m12: CGFloat
§m21: CGFloat
§m22: CGFloat
§tX: CGFloat
§tY: CGFloat
Trait Implementations§
source§impl Clone for NSAffineTransformStruct
impl Clone for NSAffineTransformStruct
source§fn clone(&self) -> NSAffineTransformStruct
fn clone(&self) -> NSAffineTransformStruct
Returns a copy of the value. Read more
1.0.0 · 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 NSAffineTransformStruct
impl Debug for NSAffineTransformStruct
source§impl Encode for NSAffineTransformStruct
impl Encode for NSAffineTransformStruct
source§impl PartialEq for NSAffineTransformStruct
impl PartialEq for NSAffineTransformStruct
source§fn eq(&self, other: &NSAffineTransformStruct) -> bool
fn eq(&self, other: &NSAffineTransformStruct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RefEncode for NSAffineTransformStruct
impl RefEncode for NSAffineTransformStruct
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSAffineTransformStruct
impl Send for NSAffineTransformStruct
impl StructuralPartialEq for NSAffineTransformStruct
impl Sync for NSAffineTransformStruct
Auto Trait Implementations§
impl Freeze for NSAffineTransformStruct
impl RefUnwindSafe for NSAffineTransformStruct
impl Unpin for NSAffineTransformStruct
impl UnwindSafe for NSAffineTransformStruct
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.