#[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: DWORDTrait Implementations§
Source§impl Clone for tagRECONVERTSTRING
impl Clone for tagRECONVERTSTRING
Source§fn clone(&self) -> tagRECONVERTSTRING
fn clone(&self) -> tagRECONVERTSTRING
Returns a duplicate 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
impl Copy 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