#[repr(C)]pub struct MAPPING_ENUM_OPTIONS {
pub Size: usize,
pub pszCategory: PWSTR,
pub pszInputLanguage: PWSTR,
pub pszOutputLanguage: PWSTR,
pub pszInputScript: PWSTR,
pub pszOutputScript: PWSTR,
pub pszInputContentType: PWSTR,
pub pszOutputContentType: PWSTR,
pub pGuid: *mut Guid,
pub _bitfield: u32,
}Fields§
§Size: usize§pszCategory: PWSTR§pszInputLanguage: PWSTR§pszOutputLanguage: PWSTR§pszInputScript: PWSTR§pszOutputScript: PWSTR§pszInputContentType: PWSTR§pszOutputContentType: PWSTR§pGuid: *mut Guid§_bitfield: u32Trait Implementations§
Source§impl Abi for MAPPING_ENUM_OPTIONS
impl Abi for MAPPING_ENUM_OPTIONS
Source§type Abi = MAPPING_ENUM_OPTIONS
type Abi = MAPPING_ENUM_OPTIONS
The abi representation of the implementing type. Read more
type DefaultType = MAPPING_ENUM_OPTIONS
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_ENUM_OPTIONS
impl Clone for MAPPING_ENUM_OPTIONS
Source§fn clone(&self) -> MAPPING_ENUM_OPTIONS
fn clone(&self) -> MAPPING_ENUM_OPTIONS
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_ENUM_OPTIONS
impl Debug for MAPPING_ENUM_OPTIONS
Source§impl Default for MAPPING_ENUM_OPTIONS
impl Default for MAPPING_ENUM_OPTIONS
Source§impl PartialEq for MAPPING_ENUM_OPTIONS
impl PartialEq for MAPPING_ENUM_OPTIONS
impl Copy for MAPPING_ENUM_OPTIONS
impl Eq for MAPPING_ENUM_OPTIONS
Auto Trait Implementations§
impl Freeze for MAPPING_ENUM_OPTIONS
impl RefUnwindSafe for MAPPING_ENUM_OPTIONS
impl !Send for MAPPING_ENUM_OPTIONS
impl !Sync for MAPPING_ENUM_OPTIONS
impl Unpin for MAPPING_ENUM_OPTIONS
impl UnwindSafe for MAPPING_ENUM_OPTIONS
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