Struct windows_sys::Win32::Globalization::MAPPING_DATA_RANGE
#[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 PWSTR
Trait Implementations§
§impl Clone for MAPPING_DATA_RANGE
impl Clone for MAPPING_DATA_RANGE
§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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)