pub struct RUNTIME_DATA {
pub value: f32,
pub heldDownSecs: f32,
}
Fields§
§value: f32
§heldDownSecs: f32
Trait Implementations§
Source§impl Clone for RUNTIME_DATA
impl Clone for RUNTIME_DATA
Source§fn clone(&self) -> RUNTIME_DATA
fn clone(&self) -> RUNTIME_DATA
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 Debug for RUNTIME_DATA
impl Debug for RUNTIME_DATA
Source§impl Default for RUNTIME_DATA
impl Default for RUNTIME_DATA
Source§fn default() -> RUNTIME_DATA
fn default() -> RUNTIME_DATA
Returns the “default value” for a type. Read more
Source§impl PartialEq for RUNTIME_DATA
impl PartialEq for RUNTIME_DATA
impl StructuralPartialEq for RUNTIME_DATA
Auto Trait Implementations§
impl Freeze for RUNTIME_DATA
impl RefUnwindSafe for RUNTIME_DATA
impl Send for RUNTIME_DATA
impl Sync for RUNTIME_DATA
impl Unpin for RUNTIME_DATA
impl UnwindSafe for RUNTIME_DATA
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