#[repr(transparent)]pub struct WKInterfaceLayoutDirection(pub NSInteger);Available on crate feature
WKInterfaceDevice only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl WKInterfaceLayoutDirection
impl WKInterfaceLayoutDirection
pub const LeftToRight: Self
pub const RightToLeft: Self
Trait Implementations§
Source§impl Clone for WKInterfaceLayoutDirection
impl Clone for WKInterfaceLayoutDirection
Source§fn clone(&self) -> WKInterfaceLayoutDirection
fn clone(&self) -> WKInterfaceLayoutDirection
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 WKInterfaceLayoutDirection
impl Debug for WKInterfaceLayoutDirection
Source§impl Encode for WKInterfaceLayoutDirection
impl Encode for WKInterfaceLayoutDirection
Source§impl Hash for WKInterfaceLayoutDirection
impl Hash for WKInterfaceLayoutDirection
Source§impl Ord for WKInterfaceLayoutDirection
impl Ord for WKInterfaceLayoutDirection
Source§fn cmp(&self, other: &WKInterfaceLayoutDirection) -> Ordering
fn cmp(&self, other: &WKInterfaceLayoutDirection) -> 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 WKInterfaceLayoutDirection
impl PartialOrd for WKInterfaceLayoutDirection
Source§impl RefEncode for WKInterfaceLayoutDirection
impl RefEncode for WKInterfaceLayoutDirection
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 WKInterfaceLayoutDirection
impl Eq for WKInterfaceLayoutDirection
impl StructuralPartialEq for WKInterfaceLayoutDirection
Auto Trait Implementations§
impl Freeze for WKInterfaceLayoutDirection
impl RefUnwindSafe for WKInterfaceLayoutDirection
impl Send for WKInterfaceLayoutDirection
impl Sync for WKInterfaceLayoutDirection
impl Unpin for WKInterfaceLayoutDirection
impl UnwindSafe for WKInterfaceLayoutDirection
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.