[−][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::abi_IMusicProperties
Fields
album: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_album: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeartist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodegenre: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodetrack_number: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCodeset_track_number: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCodetitle: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_title: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCoderating: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCodeset_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCodeduration: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut TimeSpan) -> ErrorCodebitrate: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCodealbum_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_album_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodecomposers: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeconductors: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodesubtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeproducers: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodepublisher: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodewriters: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeyear: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCodeset_year: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCodeAuto Trait Implementations
impl RefUnwindSafe for abi_IMusicProperties
impl Send for abi_IMusicProperties
impl Sync for abi_IMusicProperties
impl Unpin for abi_IMusicProperties
impl UnwindSafe for abi_IMusicProperties
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,