#[repr(C)]pub struct MAPPING_PROPERTY_BAG {
pub Size: usize,
pub prgResultRanges: *mut MAPPING_DATA_RANGE,
pub dwRangesCount: u32,
pub pServiceData: *mut c_void,
pub dwServiceDataSize: u32,
pub pCallerData: *mut c_void,
pub dwCallerDataSize: u32,
pub pContext: *mut c_void,
}Fields§
§Size: usize§prgResultRanges: *mut MAPPING_DATA_RANGE§dwRangesCount: u32§pServiceData: *mut c_void§dwServiceDataSize: u32§pCallerData: *mut c_void§dwCallerDataSize: u32§pContext: *mut c_voidTrait Implementations§
Source§impl Abi for MAPPING_PROPERTY_BAG
impl Abi for MAPPING_PROPERTY_BAG
Source§type Abi = MAPPING_PROPERTY_BAG
type Abi = MAPPING_PROPERTY_BAG
The abi representation of the implementing type. Read more
type DefaultType = MAPPING_PROPERTY_BAG
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MAPPING_PROPERTY_BAG
impl Clone for MAPPING_PROPERTY_BAG
Source§fn clone(&self) -> MAPPING_PROPERTY_BAG
fn clone(&self) -> MAPPING_PROPERTY_BAG
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MAPPING_PROPERTY_BAG
impl Debug for MAPPING_PROPERTY_BAG
Source§impl Default for MAPPING_PROPERTY_BAG
impl Default for MAPPING_PROPERTY_BAG
Source§impl PartialEq for MAPPING_PROPERTY_BAG
impl PartialEq for MAPPING_PROPERTY_BAG
impl Copy for MAPPING_PROPERTY_BAG
impl Eq for MAPPING_PROPERTY_BAG
Auto Trait Implementations§
impl Freeze for MAPPING_PROPERTY_BAG
impl RefUnwindSafe for MAPPING_PROPERTY_BAG
impl !Send for MAPPING_PROPERTY_BAG
impl !Sync for MAPPING_PROPERTY_BAG
impl Unpin for MAPPING_PROPERTY_BAG
impl UnwindSafe for MAPPING_PROPERTY_BAG
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more