#[repr(transparent)]pub struct TVElementResettableProperty(pub NSInteger);👎Deprecated: Please use SwiftUI or UIKit
Available on crate feature
TVViewElement only.Expand description
Properties of TVViewElement that can be reset by the client to their default values. These properties communicate a message from the DOM, as opposed to define the model, which the client should reset after their values have been read.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger👎Deprecated: Please use SwiftUI or UIKit
Implementations§
Source§impl TVElementResettableProperty
impl TVElementResettableProperty
Sourcepub const UpdateType: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const UpdateType: Self
Maps to updateType property.
Sourcepub const AutoHighlightIdentifier: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const AutoHighlightIdentifier: Self
Maps to autoHighlightIdentifier.
Trait Implementations§
Source§impl Clone for TVElementResettableProperty
impl Clone for TVElementResettableProperty
Source§fn clone(&self) -> TVElementResettableProperty
fn clone(&self) -> TVElementResettableProperty
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 TVElementResettableProperty
impl Debug for TVElementResettableProperty
Source§impl Hash for TVElementResettableProperty
impl Hash for TVElementResettableProperty
Source§impl Ord for TVElementResettableProperty
impl Ord for TVElementResettableProperty
Source§fn cmp(&self, other: &TVElementResettableProperty) -> Ordering
fn cmp(&self, other: &TVElementResettableProperty) -> 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 TVElementResettableProperty
impl PartialEq for TVElementResettableProperty
Source§fn eq(&self, other: &TVElementResettableProperty) -> bool
fn eq(&self, other: &TVElementResettableProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TVElementResettableProperty
impl PartialOrd for TVElementResettableProperty
Source§impl RefEncode for TVElementResettableProperty
impl RefEncode for TVElementResettableProperty
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 TVElementResettableProperty
impl Eq for TVElementResettableProperty
impl StructuralPartialEq for TVElementResettableProperty
Auto Trait Implementations§
impl Freeze for TVElementResettableProperty
impl RefUnwindSafe for TVElementResettableProperty
impl Send for TVElementResettableProperty
impl Sync for TVElementResettableProperty
impl Unpin for TVElementResettableProperty
impl UnwindSafe for TVElementResettableProperty
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.