Struct windows::Media::Playback::IMediaPlaybackItem3_Vtbl
#[repr(C)]pub struct IMediaPlaybackItem3_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsDisabledInPlaybackList: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsDisabledInPlaybackList: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub TotalDownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AutoLoadedDisplayProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoLoadedDisplayPropertyKind) -> HRESULT,
pub SetAutoLoadedDisplayProperties: unsafe extern "system" fn(_: *mut c_void, _: AutoLoadedDisplayPropertyKind) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsDisabledInPlaybackList: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsDisabledInPlaybackList: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§TotalDownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§AutoLoadedDisplayProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoLoadedDisplayPropertyKind) -> HRESULT
§SetAutoLoadedDisplayProperties: unsafe extern "system" fn(_: *mut c_void, _: AutoLoadedDisplayPropertyKind) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaPlaybackItem3_Vtbl
impl RefUnwindSafe for IMediaPlaybackItem3_Vtbl
impl Send for IMediaPlaybackItem3_Vtbl
impl Sync for IMediaPlaybackItem3_Vtbl
impl Unpin for IMediaPlaybackItem3_Vtbl
impl UnwindSafe for IMediaPlaybackItem3_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