#[repr(C)]pub struct tagRECONVERTSTRING {
pub dwSize: DWORD,
pub dwVersion: DWORD,
pub dwStrLen: DWORD,
pub dwStrOffset: DWORD,
pub dwCompStrLen: DWORD,
pub dwCompStrOffset: DWORD,
pub dwTargetStrLen: DWORD,
pub dwTargetStrOffset: DWORD,
}
Fields§
§dwSize: DWORD
§dwVersion: DWORD
§dwStrLen: DWORD
§dwStrOffset: DWORD
§dwCompStrLen: DWORD
§dwCompStrOffset: DWORD
§dwTargetStrLen: DWORD
§dwTargetStrOffset: DWORD
Trait Implementations§
Source§impl Clone for tagRECONVERTSTRING
impl Clone for tagRECONVERTSTRING
Source§fn clone(&self) -> tagRECONVERTSTRING
fn clone(&self) -> tagRECONVERTSTRING
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 tagRECONVERTSTRING
impl Debug for tagRECONVERTSTRING
Source§impl Ord for tagRECONVERTSTRING
impl Ord for tagRECONVERTSTRING
Source§fn cmp(&self, other: &tagRECONVERTSTRING) -> Ordering
fn cmp(&self, other: &tagRECONVERTSTRING) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRECONVERTSTRING
impl PartialEq for tagRECONVERTSTRING
Source§impl PartialOrd for tagRECONVERTSTRING
impl PartialOrd for tagRECONVERTSTRING
impl Copy for tagRECONVERTSTRING
impl Eq for tagRECONVERTSTRING
impl StructuralPartialEq for tagRECONVERTSTRING
Auto Trait Implementations§
impl Freeze for tagRECONVERTSTRING
impl RefUnwindSafe for tagRECONVERTSTRING
impl Send for tagRECONVERTSTRING
impl Sync for tagRECONVERTSTRING
impl Unpin for tagRECONVERTSTRING
impl UnwindSafe for tagRECONVERTSTRING
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