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
impl Copy for MAPPING_DATA_RANGE
Auto Trait Implementations§
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