Struct sixtyfps_corelib::properties::StateInfo [−][src]
#[repr(C)]pub struct StateInfo { pub current_state: i32, pub previous_state: i32, pub change_time: Instant, }
Value of the state property
A state is just the current state, but also has information about the previous state and the moment it changed
Fields
current_state: i32
The current state value
previous_state: i32
The previous state
change_time: Instant
The instant in which the state changed last
Trait Implementations
impl StructuralPartialEq for StateInfo
[src]
impl StructuralPartialEq for StateInfo
[src]Auto Trait Implementations
impl RefUnwindSafe for StateInfo
impl RefUnwindSafe for StateInfo
impl UnwindSafe for StateInfo
impl UnwindSafe for StateInfo