[−][src]Struct windows_media_transcoding_bindings::windows::foundation::abi_IPropertyValue
Fields
type: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <PropertyType as AbiTransferable>::Abi) -> ErrorCodeis_numeric_scalar: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut bool) -> ErrorCodeget_uint8: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u8) -> ErrorCodeget_int16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i16) -> ErrorCodeget_uint16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u16) -> ErrorCodeget_int32: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i32) -> ErrorCodeget_uint32: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u32) -> ErrorCodeget_int64: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i64) -> ErrorCodeget_uint64: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u64) -> ErrorCodeget_single: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut f32) -> ErrorCodeget_double: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut f64) -> ErrorCodeget_char16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u16) -> ErrorCodeget_boolean: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut bool) -> ErrorCodeget_string: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeget_guid: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut Guid) -> ErrorCodeget_date_time: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <DateTime as AbiTransferable>::Abi) -> ErrorCodeget_time_span: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut TimeSpan) -> ErrorCodeget_point: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Point as AbiTransferable>::Abi) -> ErrorCodeget_size: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Size as AbiTransferable>::Abi) -> ErrorCodeget_rect: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Rect as AbiTransferable>::Abi) -> ErrorCodeget_uint8_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u8) -> ErrorCodeget_int16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i16) -> ErrorCodeget_uint16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u16) -> ErrorCodeget_int32_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i32) -> ErrorCodeget_uint32_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u32) -> ErrorCodeget_int64_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i64) -> ErrorCodeget_uint64_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u64) -> ErrorCodeget_single_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut f32) -> ErrorCodeget_double_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut f64) -> ErrorCodeget_char16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u16) -> ErrorCodeget_boolean_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut bool) -> ErrorCodeget_string_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <HString as AbiTransferable>::Abi) -> ErrorCodeget_inspectable_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Object as AbiTransferable>::Abi) -> ErrorCodeget_guid_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut Guid) -> ErrorCodeget_date_time_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <DateTime as AbiTransferable>::Abi) -> ErrorCodeget_time_span_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut TimeSpan) -> ErrorCodeget_point_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Point as AbiTransferable>::Abi) -> ErrorCodeget_size_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Size as AbiTransferable>::Abi) -> ErrorCodeget_rect_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Rect as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl RefUnwindSafe for abi_IPropertyValue
impl Send for abi_IPropertyValue
impl Sync for abi_IPropertyValue
impl Unpin for abi_IPropertyValue
impl UnwindSafe for abi_IPropertyValue
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>,