Struct SPPHRASE
#[repr(C)]pub struct SPPHRASE {
pub Base: SPPHRASE_50,
pub pSML: PWSTR,
pub pSemanticErrorInfo: *mut SPSEMANTICERRORINFO,
}Fields§
§Base: SPPHRASE_50§pSML: PWSTR§pSemanticErrorInfo: *mut SPSEMANTICERRORINFOTrait Implementations§
§impl Default for SPPHRASE
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Default for SPPHRASE
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.impl Copy for SPPHRASE
impl StructuralPartialEq for SPPHRASE
Auto Trait Implementations§
impl Freeze for SPPHRASE
impl RefUnwindSafe for SPPHRASE
impl !Send for SPPHRASE
impl !Sync for SPPHRASE
impl Unpin for SPPHRASE
impl UnwindSafe for SPPHRASE
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