#[repr(transparent)]pub struct TVElementPosition(pub NSInteger);👎Deprecated: Please use SwiftUI or UIKit
Available on crate feature
TVViewElementStyle only.Expand description
Tuple Fields§
§0: NSInteger👎Deprecated: Please use SwiftUI or UIKit
Implementations§
Source§impl TVElementPosition
impl TVElementPosition
pub const Undefined: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Center: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Top: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Bottom: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Left: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Right: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const TopLeft: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const TopRight: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const BottomLeft: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const BottomRight: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Header: Self
👎Deprecated: Please use SwiftUI or UIKit
👎Deprecated: Please use SwiftUI or UIKit
pub const Leading: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Trailing: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const TopLeading: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const TopTrailing: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const BottomLeading: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const BottomTrailing: Self
👎Deprecated: Please use SwiftUI or UIKit
Trait Implementations§
Source§impl Clone for TVElementPosition
impl Clone for TVElementPosition
Source§fn clone(&self) -> TVElementPosition
fn clone(&self) -> TVElementPosition
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 TVElementPosition
impl Debug for TVElementPosition
Source§impl Encode for TVElementPosition
impl Encode for TVElementPosition
Source§impl Hash for TVElementPosition
impl Hash for TVElementPosition
Source§impl Ord for TVElementPosition
impl Ord for TVElementPosition
Source§fn cmp(&self, other: &TVElementPosition) -> Ordering
fn cmp(&self, other: &TVElementPosition) -> 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 TVElementPosition
impl PartialEq for TVElementPosition
Source§impl PartialOrd for TVElementPosition
impl PartialOrd for TVElementPosition
Source§impl RefEncode for TVElementPosition
impl RefEncode for TVElementPosition
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 TVElementPosition
impl Eq for TVElementPosition
impl StructuralPartialEq for TVElementPosition
Auto Trait Implementations§
impl Freeze for TVElementPosition
impl RefUnwindSafe for TVElementPosition
impl Send for TVElementPosition
impl Sync for TVElementPosition
impl Unpin for TVElementPosition
impl UnwindSafe for TVElementPosition
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.