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 SPSEMANTICERRORINFO
Trait Implementations§
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