#[repr(C)]pub struct SPRULEENTRY {
pub hRule: SPRULEHANDLE,
pub hInitialState: SPSTATEHANDLE,
pub Attributes: DWORD,
pub pvClientRuleContext: *mut c_void,
pub pvClientGrammarContext: *mut c_void,
}
Fields§
§hRule: SPRULEHANDLE
§hInitialState: SPSTATEHANDLE
§Attributes: DWORD
§pvClientRuleContext: *mut c_void
§pvClientGrammarContext: *mut c_void
Trait Implementations§
Source§impl Clone for SPRULEENTRY
impl Clone for SPRULEENTRY
Source§fn clone(&self) -> SPRULEENTRY
fn clone(&self) -> SPRULEENTRY
Returns a duplicate 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 moreSource§impl Default for SPRULEENTRY
impl Default for SPRULEENTRY
Source§fn default() -> SPRULEENTRY
fn default() -> SPRULEENTRY
Returns the “default value” for a type. Read more
impl Copy 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