Struct SPWORDENTRY
#[repr(C)]pub struct SPWORDENTRY {
pub hWord: SPWORDHANDLE,
pub LangID: u16,
pub pszDisplayText: PWSTR,
pub pszLexicalForm: PWSTR,
pub aPhoneId: *mut u16,
pub pvClientContext: *mut c_void,
}
Fields§
§hWord: SPWORDHANDLE
§LangID: u16
§pszDisplayText: PWSTR
§pszLexicalForm: PWSTR
§aPhoneId: *mut u16
§pvClientContext: *mut c_void
Trait Implementations§
§impl Clone for SPWORDENTRY
impl Clone for SPWORDENTRY
§fn clone(&self) -> SPWORDENTRY
fn clone(&self) -> SPWORDENTRY
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 more§impl Debug for SPWORDENTRY
impl Debug for SPWORDENTRY
§impl PartialEq for SPWORDENTRY
impl PartialEq for SPWORDENTRY
impl Copy for SPWORDENTRY
impl StructuralPartialEq for SPWORDENTRY
Auto Trait Implementations§
impl Freeze for SPWORDENTRY
impl RefUnwindSafe for SPWORDENTRY
impl !Send for SPWORDENTRY
impl !Sync for SPWORDENTRY
impl Unpin for SPWORDENTRY
impl UnwindSafe for SPWORDENTRY
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