#[repr(transparent)]pub struct UISemanticContentAttribute(pub NSInteger);
Available on crate feature
UIView
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UISemanticContentAttribute
impl UISemanticContentAttribute
pub const Unspecified: Self
pub const Playback: Self
pub const Spatial: Self
pub const ForceLeftToRight: Self
pub const ForceRightToLeft: Self
Trait Implementations§
Source§impl Clone for UISemanticContentAttribute
impl Clone for UISemanticContentAttribute
Source§fn clone(&self) -> UISemanticContentAttribute
fn clone(&self) -> UISemanticContentAttribute
Returns a duplicate 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 UISemanticContentAttribute
impl Debug for UISemanticContentAttribute
Source§impl Encode for UISemanticContentAttribute
impl Encode for UISemanticContentAttribute
Source§impl Hash for UISemanticContentAttribute
impl Hash for UISemanticContentAttribute
Source§impl Ord for UISemanticContentAttribute
impl Ord for UISemanticContentAttribute
Source§fn cmp(&self, other: &UISemanticContentAttribute) -> Ordering
fn cmp(&self, other: &UISemanticContentAttribute) -> 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 PartialOrd for UISemanticContentAttribute
impl PartialOrd for UISemanticContentAttribute
Source§impl RefEncode for UISemanticContentAttribute
impl RefEncode for UISemanticContentAttribute
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 UISemanticContentAttribute
impl Eq for UISemanticContentAttribute
impl StructuralPartialEq for UISemanticContentAttribute
Auto Trait Implementations§
impl Freeze for UISemanticContentAttribute
impl RefUnwindSafe for UISemanticContentAttribute
impl Send for UISemanticContentAttribute
impl Sync for UISemanticContentAttribute
impl Unpin for UISemanticContentAttribute
impl UnwindSafe for UISemanticContentAttribute
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.