Struct SPTRANSITIONENTRY
#[repr(C)]pub struct SPTRANSITIONENTRY {
pub ID: SPTRANSITIONID,
pub hNextState: SPSTATEHANDLE,
pub Type: u8,
pub RequiredConfidence: u8,
pub Anonymous1: SPTRANSITIONENTRY_0,
pub Weight: f32,
pub Anonymous2: SPTRANSITIONENTRY_1,
}
Fields§
§ID: SPTRANSITIONID
§hNextState: SPSTATEHANDLE
§Type: u8
§RequiredConfidence: u8
§Anonymous1: SPTRANSITIONENTRY_0
§Weight: f32
§Anonymous2: SPTRANSITIONENTRY_1
Trait Implementations§
§impl Clone for SPTRANSITIONENTRY
impl Clone for SPTRANSITIONENTRY
§fn clone(&self) -> SPTRANSITIONENTRY
fn clone(&self) -> SPTRANSITIONENTRY
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 Default for SPTRANSITIONENTRY
impl Default for SPTRANSITIONENTRY
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