#[repr(C)]pub struct APPLYCANDEXPARAM {
pub dwSize: u32,
pub lpwstrDisplay: PWSTR,
pub lpwstrReading: PWSTR,
pub dwReserved: u32,
}
Fields§
§dwSize: u32
§lpwstrDisplay: PWSTR
§lpwstrReading: PWSTR
§dwReserved: u32
Trait Implementations§
Source§impl Abi for APPLYCANDEXPARAM
impl Abi for APPLYCANDEXPARAM
Source§type Abi = APPLYCANDEXPARAM
type Abi = APPLYCANDEXPARAM
The abi representation of the implementing type. Read more
type DefaultType = APPLYCANDEXPARAM
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 APPLYCANDEXPARAM
impl Clone for APPLYCANDEXPARAM
Source§fn clone(&self) -> APPLYCANDEXPARAM
fn clone(&self) -> APPLYCANDEXPARAM
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 APPLYCANDEXPARAM
impl Debug for APPLYCANDEXPARAM
Source§impl Default for APPLYCANDEXPARAM
impl Default for APPLYCANDEXPARAM
Source§impl PartialEq for APPLYCANDEXPARAM
impl PartialEq for APPLYCANDEXPARAM
impl Copy for APPLYCANDEXPARAM
impl Eq for APPLYCANDEXPARAM
Auto Trait Implementations§
impl Freeze for APPLYCANDEXPARAM
impl RefUnwindSafe for APPLYCANDEXPARAM
impl !Send for APPLYCANDEXPARAM
impl !Sync for APPLYCANDEXPARAM
impl Unpin for APPLYCANDEXPARAM
impl UnwindSafe for APPLYCANDEXPARAM
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