#[repr(C)]pub struct SPPHRASEREPLACEMENT {
pub bDisplayAttributes: BYTE,
pub pszReplacementText: LPCWSTR,
pub ulFirstElement: ULONG,
pub ulCountOfElements: ULONG,
}
Fields§
§bDisplayAttributes: BYTE
§pszReplacementText: LPCWSTR
§ulFirstElement: ULONG
§ulCountOfElements: ULONG
Trait Implementations§
Source§impl Clone for SPPHRASEREPLACEMENT
impl Clone for SPPHRASEREPLACEMENT
Source§fn clone(&self) -> SPPHRASEREPLACEMENT
fn clone(&self) -> SPPHRASEREPLACEMENT
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 Default for SPPHRASEREPLACEMENT
impl Default for SPPHRASEREPLACEMENT
Source§fn default() -> SPPHRASEREPLACEMENT
fn default() -> SPPHRASEREPLACEMENT
Returns the “default value” for a type. Read more
impl Copy for SPPHRASEREPLACEMENT
Auto Trait Implementations§
impl Freeze for SPPHRASEREPLACEMENT
impl RefUnwindSafe for SPPHRASEREPLACEMENT
impl !Send for SPPHRASEREPLACEMENT
impl !Sync for SPPHRASEREPLACEMENT
impl Unpin for SPPHRASEREPLACEMENT
impl UnwindSafe for SPPHRASEREPLACEMENT
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