#[repr(C)]pub struct MAPPING_DATA_RANGE {
pub dwStartIndex: u32,
pub dwEndIndex: u32,
pub pszDescription: PWSTR,
pub dwDescriptionLength: u32,
pub pData: *mut c_void,
pub dwDataSize: u32,
pub pszContentType: PWSTR,
pub prgActionIds: *mut PWSTR,
pub dwActionsCount: u32,
pub prgActionDisplayNames: *mut PWSTR,
}Fields§
§dwStartIndex: u32§dwEndIndex: u32§pszDescription: PWSTR§dwDescriptionLength: u32§pData: *mut c_void§dwDataSize: u32§pszContentType: PWSTR§prgActionIds: *mut PWSTR§dwActionsCount: u32§prgActionDisplayNames: *mut PWSTRTrait Implementations§
Source§impl Abi for MAPPING_DATA_RANGE
impl Abi for MAPPING_DATA_RANGE
Source§type Abi = MAPPING_DATA_RANGE
type Abi = MAPPING_DATA_RANGE
The abi representation of the implementing type. Read more
type DefaultType = MAPPING_DATA_RANGE
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_DATA_RANGE
impl Clone for MAPPING_DATA_RANGE
Source§fn clone(&self) -> MAPPING_DATA_RANGE
fn clone(&self) -> MAPPING_DATA_RANGE
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_DATA_RANGE
impl Debug for MAPPING_DATA_RANGE
Source§impl Default for MAPPING_DATA_RANGE
impl Default for MAPPING_DATA_RANGE
Source§impl PartialEq for MAPPING_DATA_RANGE
impl PartialEq for MAPPING_DATA_RANGE
impl Copy for MAPPING_DATA_RANGE
impl Eq for MAPPING_DATA_RANGE
Auto Trait Implementations§
impl Freeze for MAPPING_DATA_RANGE
impl RefUnwindSafe for MAPPING_DATA_RANGE
impl !Send for MAPPING_DATA_RANGE
impl !Sync for MAPPING_DATA_RANGE
impl Unpin for MAPPING_DATA_RANGE
impl UnwindSafe for MAPPING_DATA_RANGE
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