#[repr(C)]pub struct SPTRANSITIONENTRY {
pub ID: SPTRANSITIONID,
pub hNextState: SPSTATEHANDLE,
pub Type: BYTE,
pub RequiredConfidence: c_char,
pub fHasProperty: DWORD,
pub Weight: c_float,
pub u: SPTRANSITIONENTRY_u,
}
Fields§
§ID: SPTRANSITIONID
§hNextState: SPSTATEHANDLE
§Type: BYTE
§RequiredConfidence: c_char
§fHasProperty: DWORD
§Weight: c_float
§u: SPTRANSITIONENTRY_u
Trait Implementations§
Source§impl Clone for SPTRANSITIONENTRY
impl Clone for SPTRANSITIONENTRY
Source§fn clone(&self) -> SPTRANSITIONENTRY
fn clone(&self) -> SPTRANSITIONENTRY
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 SPTRANSITIONENTRY
impl Default for SPTRANSITIONENTRY
Source§fn default() -> SPTRANSITIONENTRY
fn default() -> SPTRANSITIONENTRY
Returns the “default value” for a type. Read more
impl Copy for SPTRANSITIONENTRY
Auto Trait Implementations§
impl Freeze for SPTRANSITIONENTRY
impl RefUnwindSafe for SPTRANSITIONENTRY
impl !Send for SPTRANSITIONENTRY
impl !Sync for SPTRANSITIONENTRY
impl Unpin for SPTRANSITIONENTRY
impl UnwindSafe for SPTRANSITIONENTRY
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