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