[][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::abi_IMusicProperties

#[repr(C)]pub struct abi_IMusicProperties {
    pub album: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_album: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub genre: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub track_number: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCode,
    pub set_track_number: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCode,
    pub title: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_title: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub rating: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCode,
    pub set_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCode,
    pub duration: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut TimeSpan) -> ErrorCode,
    pub bitrate: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCode,
    pub album_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_album_artist: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub composers: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub conductors: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub producers: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub writers: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub year: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, result__: *mut u32) -> ErrorCode,
    pub set_year: unsafe extern "system" fn(_: NonNullRawComPtr<IMusicProperties>, value: u32) -> ErrorCode,
    // some fields omitted
}

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) -> ErrorCode

Auto 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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.