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