#[repr(C)]
pub struct ISystemMediaTransportControls_Vtbl {
Show 31 fields pub base__: IInspectable_Vtbl, pub PlaybackStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlaybackStatus) -> HRESULT, pub SetPlaybackStatus: unsafe extern "system" fn(_: *mut c_void, _: MediaPlaybackStatus) -> HRESULT, pub DisplayUpdater: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SoundLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SoundLevel) -> HRESULT, pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub ButtonPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveButtonPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub PropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemovePropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§PlaybackStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlaybackStatus) -> HRESULT§SetPlaybackStatus: unsafe extern "system" fn(_: *mut c_void, _: MediaPlaybackStatus) -> HRESULT§DisplayUpdater: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SoundLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SoundLevel) -> HRESULT§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ButtonPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveButtonPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§PropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemovePropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.