Struct IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
#[repr(C)]pub struct IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl {Show 16 fields
pub base__: IInspectable_Vtbl,
pub IsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPlayPauseToggleEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsShuffleEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRepeatEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPlaybackRateEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPlaybackPositionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsPlayEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsPauseEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsStopEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsRecordEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsFastForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsRewindEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsNextEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsPreviousEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsChannelUpEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsChannelDownEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsPlayPauseToggleEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsShuffleEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsRepeatEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsPlaybackRateEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsPlaybackPositionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
impl RefUnwindSafe for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
impl Send for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
impl Sync for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
impl Unpin for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
impl UnwindSafe for IGlobalSystemMediaTransportControlsSessionPlaybackControls_Vtbl
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