#[repr(transparent)]pub struct TVElementEventType(pub NSInteger);👎Deprecated: Please use SwiftUI or UIKit
Available on crate feature
TVViewElement only.Expand description
Tuple Fields§
§0: NSInteger👎Deprecated: Please use SwiftUI or UIKit
Implementations§
Source§impl TVElementEventType
impl TVElementEventType
pub const Play: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Select: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const HoldSelect: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Highlight: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Change: Self
👎Deprecated: Please use SwiftUI or UIKit
Trait Implementations§
Source§impl Clone for TVElementEventType
impl Clone for TVElementEventType
Source§fn clone(&self) -> TVElementEventType
fn clone(&self) -> TVElementEventType
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 TVElementEventType
impl Debug for TVElementEventType
Source§impl Encode for TVElementEventType
impl Encode for TVElementEventType
Source§impl Hash for TVElementEventType
impl Hash for TVElementEventType
Source§impl Ord for TVElementEventType
impl Ord for TVElementEventType
Source§fn cmp(&self, other: &TVElementEventType) -> Ordering
fn cmp(&self, other: &TVElementEventType) -> 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 TVElementEventType
impl PartialEq for TVElementEventType
Source§impl PartialOrd for TVElementEventType
impl PartialOrd for TVElementEventType
Source§impl RefEncode for TVElementEventType
impl RefEncode for TVElementEventType
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 TVElementEventType
impl Eq for TVElementEventType
impl StructuralPartialEq for TVElementEventType
Auto Trait Implementations§
impl Freeze for TVElementEventType
impl RefUnwindSafe for TVElementEventType
impl Send for TVElementEventType
impl Sync for TVElementEventType
impl Unpin for TVElementEventType
impl UnwindSafe for TVElementEventType
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.