Struct IMusicDisplayProperties_Vtbl
#[repr(C)]pub struct IMusicDisplayProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AlbumArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAlbumArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Artist: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AlbumArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAlbumArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Artist: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetArtist: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMusicDisplayProperties_Vtbl
impl RefUnwindSafe for IMusicDisplayProperties_Vtbl
impl Send for IMusicDisplayProperties_Vtbl
impl Sync for IMusicDisplayProperties_Vtbl
impl Unpin for IMusicDisplayProperties_Vtbl
impl UnwindSafe for IMusicDisplayProperties_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