Struct vc6_sys::tagREGISTERWORDW
source · #[repr(C)]pub struct tagREGISTERWORDW {
pub lpReading: LPWSTR,
pub lpWord: LPWSTR,
}Fields§
§lpReading: LPWSTR§lpWord: LPWSTRTrait Implementations§
source§impl Clone for tagREGISTERWORDW
impl Clone for tagREGISTERWORDW
source§fn clone(&self) -> tagREGISTERWORDW
fn clone(&self) -> tagREGISTERWORDW
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 tagREGISTERWORDW
impl Debug for tagREGISTERWORDW
impl Copy for tagREGISTERWORDW
Auto Trait Implementations§
impl RefUnwindSafe for tagREGISTERWORDW
impl !Send for tagREGISTERWORDW
impl !Sync for tagREGISTERWORDW
impl Unpin for tagREGISTERWORDW
impl UnwindSafe for tagREGISTERWORDW
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