#[repr(transparent)]pub struct PHASERenderingState(pub NSInteger);Available on crate feature
PHASETypes only.Expand description
Rendering state for sound events.
The sound event is stopped.
The sound event is playing back.
The sound event is paused.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for PHASERenderingState
impl Clone for PHASERenderingState
Source§fn clone(&self) -> PHASERenderingState
fn clone(&self) -> PHASERenderingState
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 PHASERenderingState
impl Debug for PHASERenderingState
Source§impl Encode for PHASERenderingState
impl Encode for PHASERenderingState
Source§impl Hash for PHASERenderingState
impl Hash for PHASERenderingState
Source§impl Ord for PHASERenderingState
impl Ord for PHASERenderingState
Source§fn cmp(&self, other: &PHASERenderingState) -> Ordering
fn cmp(&self, other: &PHASERenderingState) -> 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 PHASERenderingState
impl PartialEq for PHASERenderingState
Source§impl PartialOrd for PHASERenderingState
impl PartialOrd for PHASERenderingState
Source§impl RefEncode for PHASERenderingState
impl RefEncode for PHASERenderingState
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 PHASERenderingState
impl Eq for PHASERenderingState
impl StructuralPartialEq for PHASERenderingState
Auto Trait Implementations§
impl Freeze for PHASERenderingState
impl RefUnwindSafe for PHASERenderingState
impl Send for PHASERenderingState
impl Sync for PHASERenderingState
impl Unpin for PHASERenderingState
impl UnwindSafe for PHASERenderingState
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.