Struct SPPHRASEALT
#[repr(C)]pub struct SPPHRASEALT {
pub pPhrase: ManuallyDrop<Option<ISpPhraseBuilder>>,
pub ulStartElementInParent: u32,
pub cElementsInParent: u32,
pub cElementsInAlternate: u32,
pub pvAltExtra: *mut c_void,
pub cbAltExtra: u32,
}
Fields§
§pPhrase: ManuallyDrop<Option<ISpPhraseBuilder>>
§ulStartElementInParent: u32
§cElementsInParent: u32
§cElementsInAlternate: u32
§pvAltExtra: *mut c_void
§cbAltExtra: u32
Trait Implementations§
§impl Clone for SPPHRASEALT
impl Clone for SPPHRASEALT
§fn clone(&self) -> SPPHRASEALT
fn clone(&self) -> SPPHRASEALT
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 SPPHRASEALT
impl Debug for SPPHRASEALT
§impl PartialEq for SPPHRASEALT
impl PartialEq for SPPHRASEALT
impl StructuralPartialEq 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