#[repr(C)]pub struct SPSTATEINFO {
pub cAllocatedEntries: ULONG,
pub pTransitions: *mut SPTRANSITIONENTRY,
pub cEpsilons: ULONG,
pub cRules: ULONG,
pub cWords: ULONG,
pub cSpecialTransitions: ULONG,
}
Fields§
§cAllocatedEntries: ULONG
§pTransitions: *mut SPTRANSITIONENTRY
§cEpsilons: ULONG
§cRules: ULONG
§cWords: ULONG
§cSpecialTransitions: ULONG
Trait Implementations§
Source§impl Clone for SPSTATEINFO
impl Clone for SPSTATEINFO
Source§fn clone(&self) -> SPSTATEINFO
fn clone(&self) -> SPSTATEINFO
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 moreSource§impl Default for SPSTATEINFO
impl Default for SPSTATEINFO
Source§fn default() -> SPSTATEINFO
fn default() -> SPSTATEINFO
Returns the “default value” for a type. Read more
impl Copy for SPSTATEINFO
Auto Trait Implementations§
impl Freeze for SPSTATEINFO
impl RefUnwindSafe for SPSTATEINFO
impl !Send for SPSTATEINFO
impl !Sync for SPSTATEINFO
impl Unpin for SPSTATEINFO
impl UnwindSafe for SPSTATEINFO
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