#[repr(transparent)]pub struct MEDIAPLAYBACK_STATE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl MEDIAPLAYBACK_STATE
impl MEDIAPLAYBACK_STATE
pub const MEDIAPLAYBACK_RESUME: Self
pub const MEDIAPLAYBACK_PAUSE: Self
pub const MEDIAPLAYBACK_PAUSE_AND_SUSPEND: Self
pub const MEDIAPLAYBACK_RESUME_FROM_SUSPEND: Self
Trait Implementations§
Source§impl Abi for MEDIAPLAYBACK_STATE
impl Abi for MEDIAPLAYBACK_STATE
Source§type Abi = MEDIAPLAYBACK_STATE
type Abi = MEDIAPLAYBACK_STATE
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MEDIAPLAYBACK_STATE
impl Clone for MEDIAPLAYBACK_STATE
Source§fn clone(&self) -> MEDIAPLAYBACK_STATE
fn clone(&self) -> MEDIAPLAYBACK_STATE
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 MEDIAPLAYBACK_STATE
impl Debug for MEDIAPLAYBACK_STATE
Source§impl Default for MEDIAPLAYBACK_STATE
impl Default for MEDIAPLAYBACK_STATE
Source§fn default() -> MEDIAPLAYBACK_STATE
fn default() -> MEDIAPLAYBACK_STATE
Returns the “default value” for a type. Read more
Source§impl From<i32> for MEDIAPLAYBACK_STATE
impl From<i32> for MEDIAPLAYBACK_STATE
Source§impl PartialEq for MEDIAPLAYBACK_STATE
impl PartialEq for MEDIAPLAYBACK_STATE
impl Copy for MEDIAPLAYBACK_STATE
impl Eq for MEDIAPLAYBACK_STATE
impl StructuralPartialEq for MEDIAPLAYBACK_STATE
Auto Trait Implementations§
impl Freeze for MEDIAPLAYBACK_STATE
impl RefUnwindSafe for MEDIAPLAYBACK_STATE
impl Send for MEDIAPLAYBACK_STATE
impl Sync for MEDIAPLAYBACK_STATE
impl Unpin for MEDIAPLAYBACK_STATE
impl UnwindSafe for MEDIAPLAYBACK_STATE
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