#[repr(C)]pub struct SPPHRASEALT {
pub pPhrase: *mut ISpPhraseBuilder,
pub ulStartElementInParent: ULONG,
pub cElementsInParent: ULONG,
pub cElementsInAlternate: ULONG,
pub pvAltExtra: *mut c_void,
pub cbAltExtra: ULONG,
}
Fields§
§pPhrase: *mut ISpPhraseBuilder
§ulStartElementInParent: ULONG
§cElementsInParent: ULONG
§cElementsInAlternate: ULONG
§pvAltExtra: *mut c_void
§cbAltExtra: ULONG
Trait Implementations§
Source§impl Clone for SPPHRASEALT
impl Clone for SPPHRASEALT
Source§fn clone(&self) -> SPPHRASEALT
fn clone(&self) -> SPPHRASEALT
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 SPPHRASEALT
impl Default for SPPHRASEALT
Source§fn default() -> SPPHRASEALT
fn default() -> SPPHRASEALT
Returns the “default value” for a type. Read more
impl Copy for SPPHRASEALT
Auto Trait Implementations§
impl Freeze for SPPHRASEALT
impl RefUnwindSafe for SPPHRASEALT
impl !Send for SPPHRASEALT
impl !Sync for SPPHRASEALT
impl Unpin for SPPHRASEALT
impl UnwindSafe for SPPHRASEALT
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