#[repr(transparent)]pub struct TVElementUpdateType(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 TVElementUpdateType
impl TVElementUpdateType
pub const None: Self
👎Deprecated: Please use SwiftUI or UIKit
Sourcepub const Subtree: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Subtree: Self
Signifies that one of the elements in the subtree is updated without affecting the order of immediate children.
Sourcepub const Styles: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Styles: Self
Signifies that style property on view elements could have changed as a result of reevaluating media queries.
Trait Implementations§
Source§impl Clone for TVElementUpdateType
impl Clone for TVElementUpdateType
Source§fn clone(&self) -> TVElementUpdateType
fn clone(&self) -> TVElementUpdateType
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 TVElementUpdateType
impl Debug for TVElementUpdateType
Source§impl Encode for TVElementUpdateType
impl Encode for TVElementUpdateType
Source§impl Hash for TVElementUpdateType
impl Hash for TVElementUpdateType
Source§impl Ord for TVElementUpdateType
impl Ord for TVElementUpdateType
Source§fn cmp(&self, other: &TVElementUpdateType) -> Ordering
fn cmp(&self, other: &TVElementUpdateType) -> 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 TVElementUpdateType
impl PartialEq for TVElementUpdateType
Source§impl PartialOrd for TVElementUpdateType
impl PartialOrd for TVElementUpdateType
Source§impl RefEncode for TVElementUpdateType
impl RefEncode for TVElementUpdateType
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 TVElementUpdateType
impl Eq for TVElementUpdateType
impl StructuralPartialEq for TVElementUpdateType
Auto Trait Implementations§
impl Freeze for TVElementUpdateType
impl RefUnwindSafe for TVElementUpdateType
impl Send for TVElementUpdateType
impl Sync for TVElementUpdateType
impl Unpin for TVElementUpdateType
impl UnwindSafe for TVElementUpdateType
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.