[][src]Struct windows_media_transcoding_bindings::windows::foundation::abi_IPropertyValue

#[repr(C)]pub struct abi_IPropertyValue {
    pub type: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <PropertyType as AbiTransferable>::Abi) -> ErrorCode,
    pub is_numeric_scalar: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut bool) -> ErrorCode,
    pub get_uint8: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u8) -> ErrorCode,
    pub get_int16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i16) -> ErrorCode,
    pub get_uint16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u16) -> ErrorCode,
    pub get_int32: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i32) -> ErrorCode,
    pub get_uint32: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u32) -> ErrorCode,
    pub get_int64: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut i64) -> ErrorCode,
    pub get_uint64: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u64) -> ErrorCode,
    pub get_single: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut f32) -> ErrorCode,
    pub get_double: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut f64) -> ErrorCode,
    pub get_char16: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut u16) -> ErrorCode,
    pub get_boolean: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut bool) -> ErrorCode,
    pub get_string: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub get_guid: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut Guid) -> ErrorCode,
    pub get_date_time: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <DateTime as AbiTransferable>::Abi) -> ErrorCode,
    pub get_time_span: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut TimeSpan) -> ErrorCode,
    pub get_point: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Point as AbiTransferable>::Abi) -> ErrorCode,
    pub get_size: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Size as AbiTransferable>::Abi) -> ErrorCode,
    pub get_rect: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, result__: *mut <Rect as AbiTransferable>::Abi) -> ErrorCode,
    pub get_uint8_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u8) -> ErrorCode,
    pub get_int16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i16) -> ErrorCode,
    pub get_uint16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u16) -> ErrorCode,
    pub get_int32_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i32) -> ErrorCode,
    pub get_uint32_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u32) -> ErrorCode,
    pub get_int64_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut i64) -> ErrorCode,
    pub get_uint64_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u64) -> ErrorCode,
    pub get_single_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut f32) -> ErrorCode,
    pub get_double_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut f64) -> ErrorCode,
    pub get_char16_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut u16) -> ErrorCode,
    pub get_boolean_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut bool) -> ErrorCode,
    pub get_string_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub get_inspectable_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Object as AbiTransferable>::Abi) -> ErrorCode,
    pub get_guid_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut Guid) -> ErrorCode,
    pub get_date_time_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <DateTime as AbiTransferable>::Abi) -> ErrorCode,
    pub get_time_span_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut TimeSpan) -> ErrorCode,
    pub get_point_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Point as AbiTransferable>::Abi) -> ErrorCode,
    pub get_size_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Size as AbiTransferable>::Abi) -> ErrorCode,
    pub get_rect_array: unsafe extern "system" fn(_: NonNullRawComPtr<IPropertyValue>, array_size_value: *mut u32, value: *mut *mut <Rect as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

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

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

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.