Struct SPPHRASERULE
#[repr(C)]pub struct SPPHRASERULE {
pub pszName: PCWSTR,
pub ulId: u32,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
pub pNextSibling: *const SPPHRASERULE,
pub pFirstChild: *const SPPHRASERULE,
pub SREngineConfidence: f32,
pub Confidence: i8,
}
Fields§
§pszName: PCWSTR
§ulId: u32
§ulFirstElement: u32
§ulCountOfElements: u32
§pNextSibling: *const SPPHRASERULE
§pFirstChild: *const SPPHRASERULE
§SREngineConfidence: f32
§Confidence: i8
Trait Implementations§
§impl Clone for SPPHRASERULE
impl Clone for SPPHRASERULE
§fn clone(&self) -> SPPHRASERULE
fn clone(&self) -> SPPHRASERULE
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 SPPHRASERULE
impl Debug for SPPHRASERULE
§impl Default for SPPHRASERULE
impl Default for SPPHRASERULE
§impl PartialEq for SPPHRASERULE
impl PartialEq for SPPHRASERULE
impl Copy for SPPHRASERULE
impl StructuralPartialEq for SPPHRASERULE
Auto Trait Implementations§
impl Freeze for SPPHRASERULE
impl RefUnwindSafe for SPPHRASERULE
impl !Send for SPPHRASERULE
impl !Sync for SPPHRASERULE
impl Unpin for SPPHRASERULE
impl UnwindSafe for SPPHRASERULE
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