Struct SPRULEENTRY
#[repr(C)]pub struct SPRULEENTRY {
pub hRule: SPRULEHANDLE,
pub hInitialState: SPSTATEHANDLE,
pub Attributes: u32,
pub pvClientRuleContext: *mut c_void,
pub pvClientGrammarContext: *mut c_void,
}
Fields§
§hRule: SPRULEHANDLE
§hInitialState: SPSTATEHANDLE
§Attributes: u32
§pvClientRuleContext: *mut c_void
§pvClientGrammarContext: *mut c_void
Trait Implementations§
§impl Clone for SPRULEENTRY
impl Clone for SPRULEENTRY
§fn clone(&self) -> SPRULEENTRY
fn clone(&self) -> SPRULEENTRY
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 SPRULEENTRY
impl Debug for SPRULEENTRY
§impl PartialEq for SPRULEENTRY
impl PartialEq for SPRULEENTRY
impl Copy for SPRULEENTRY
impl StructuralPartialEq for SPRULEENTRY
Auto Trait Implementations§
impl Freeze for SPRULEENTRY
impl RefUnwindSafe for SPRULEENTRY
impl !Send for SPRULEENTRY
impl !Sync for SPRULEENTRY
impl Unpin for SPRULEENTRY
impl UnwindSafe for SPRULEENTRY
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