[−][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::abi_IVideoProperties
Fields
rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeset_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCodekeywords: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodewidth: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeheight: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeduration: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut TimeSpan) -> ErrorCodelatitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodelongitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodetitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_title: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodesubtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeproducers: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodepublisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodewriters: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeyear: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeset_year: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCodebitrate: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodedirectors: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeorientation: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <VideoOrientation as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl RefUnwindSafe for abi_IVideoProperties
impl Send for abi_IVideoProperties
impl Sync for abi_IVideoProperties
impl Unpin for abi_IVideoProperties
impl UnwindSafe for abi_IVideoProperties
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>,