Struct objc2_ui_kit::UIImageOrientation
source · #[repr(transparent)]pub struct UIImageOrientation(pub NSInteger);
Available on crate feature
UIImage
only.Tuple Fields§
§0: NSInteger
Implementations§
source§impl UIImageOrientation
impl UIImageOrientation
pub const Up: Self = _
pub const Down: Self = _
pub const Left: Self = _
pub const Right: Self = _
pub const UpMirrored: Self = _
pub const DownMirrored: Self = _
pub const LeftMirrored: Self = _
pub const RightMirrored: Self = _
Trait Implementations§
source§impl Clone for UIImageOrientation
impl Clone for UIImageOrientation
source§fn clone(&self) -> UIImageOrientation
fn clone(&self) -> UIImageOrientation
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 UIImageOrientation
impl Debug for UIImageOrientation
source§impl Encode for UIImageOrientation
impl Encode for UIImageOrientation
source§impl Hash for UIImageOrientation
impl Hash for UIImageOrientation
source§impl Ord for UIImageOrientation
impl Ord for UIImageOrientation
source§fn cmp(&self, other: &UIImageOrientation) -> Ordering
fn cmp(&self, other: &UIImageOrientation) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for UIImageOrientation
impl PartialEq for UIImageOrientation
source§fn eq(&self, other: &UIImageOrientation) -> bool
fn eq(&self, other: &UIImageOrientation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UIImageOrientation
impl PartialOrd for UIImageOrientation
source§fn partial_cmp(&self, other: &UIImageOrientation) -> Option<Ordering>
fn partial_cmp(&self, other: &UIImageOrientation) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for UIImageOrientation
impl RefEncode for UIImageOrientation
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 UIImageOrientation
impl Eq for UIImageOrientation
impl StructuralPartialEq for UIImageOrientation
Auto Trait Implementations§
impl Freeze for UIImageOrientation
impl RefUnwindSafe for UIImageOrientation
impl Send for UIImageOrientation
impl Sync for UIImageOrientation
impl Unpin for UIImageOrientation
impl UnwindSafe for UIImageOrientation
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.