Struct REGISTERWORDA
#[repr(C)]pub struct REGISTERWORDA {
pub lpReading: PSTR,
pub lpWord: PSTR,
}Fields§
§lpReading: PSTR§lpWord: PSTRTrait Implementations§
§impl Clone for REGISTERWORDA
impl Clone for REGISTERWORDA
§fn clone(&self) -> REGISTERWORDA
fn clone(&self) -> REGISTERWORDA
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 more§impl Default for REGISTERWORDA
impl Default for REGISTERWORDA
impl Copy for REGISTERWORDA
Auto Trait Implementations§
impl Freeze for REGISTERWORDA
impl RefUnwindSafe for REGISTERWORDA
impl !Send for REGISTERWORDA
impl !Sync for REGISTERWORDA
impl Unpin for REGISTERWORDA
impl UnwindSafe for REGISTERWORDA
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