#[repr(C, packed(1))]pub struct IMEKMSFUNCDESC {
pub cbSize: i32,
pub idLang: u16,
pub dwControl: u32,
pub pwszDescription: [u16; 128],
}Fields§
§cbSize: i32§idLang: u16§dwControl: u32§pwszDescription: [u16; 128]Trait Implementations§
Source§impl Abi for IMEKMSFUNCDESC
impl Abi for IMEKMSFUNCDESC
Source§type Abi = IMEKMSFUNCDESC
type Abi = IMEKMSFUNCDESC
The abi representation of the implementing type. Read more
type DefaultType = IMEKMSFUNCDESC
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 IMEKMSFUNCDESC
impl Clone for IMEKMSFUNCDESC
Source§fn clone(&self) -> IMEKMSFUNCDESC
fn clone(&self) -> IMEKMSFUNCDESC
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 PartialEq for IMEKMSFUNCDESC
impl PartialEq for IMEKMSFUNCDESC
impl Copy for IMEKMSFUNCDESC
impl Eq for IMEKMSFUNCDESC
Auto Trait Implementations§
impl Freeze for IMEKMSFUNCDESC
impl RefUnwindSafe for IMEKMSFUNCDESC
impl Send for IMEKMSFUNCDESC
impl Sync for IMEKMSFUNCDESC
impl Unpin for IMEKMSFUNCDESC
impl UnwindSafe for IMEKMSFUNCDESC
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