#[repr(transparent)]pub struct TVPlaybackState(pub NSInteger);👎Deprecated: Please use SwiftUI or UIKit
Available on crate feature
TVPlayback only.Expand description
Tuple Fields§
§0: NSInteger👎Deprecated: Please use SwiftUI or UIKit
Implementations§
Source§impl TVPlaybackState
impl TVPlaybackState
pub const Undefined: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Begin: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Loading: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Playing: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Paused: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Scanning: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const FastForwarding: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const Rewinding: Self
👎Deprecated: Please use SwiftUI or UIKit
pub const End: Self
👎Deprecated: Please use SwiftUI or UIKit
Trait Implementations§
Source§impl Clone for TVPlaybackState
impl Clone for TVPlaybackState
Source§fn clone(&self) -> TVPlaybackState
fn clone(&self) -> TVPlaybackState
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 TVPlaybackState
impl Debug for TVPlaybackState
Source§impl Encode for TVPlaybackState
impl Encode for TVPlaybackState
Source§impl Hash for TVPlaybackState
impl Hash for TVPlaybackState
Source§impl Ord for TVPlaybackState
impl Ord for TVPlaybackState
Source§fn cmp(&self, other: &TVPlaybackState) -> Ordering
fn cmp(&self, other: &TVPlaybackState) -> 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 TVPlaybackState
impl PartialEq for TVPlaybackState
Source§impl PartialOrd for TVPlaybackState
impl PartialOrd for TVPlaybackState
Source§impl RefEncode for TVPlaybackState
impl RefEncode for TVPlaybackState
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 TVPlaybackState
impl Eq for TVPlaybackState
impl StructuralPartialEq for TVPlaybackState
Auto Trait Implementations§
impl Freeze for TVPlaybackState
impl RefUnwindSafe for TVPlaybackState
impl Send for TVPlaybackState
impl Sync for TVPlaybackState
impl Unpin for TVPlaybackState
impl UnwindSafe for TVPlaybackState
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.