pub struct ExtraValue {
pub register: u16,
pub value: f32,
}Expand description
Extra register value pair.
Fields§
§register: u16Register number
value: f32Register value
Trait Implementations§
Source§impl Clone for ExtraValue
impl Clone for ExtraValue
Source§fn clone(&self) -> ExtraValue
fn clone(&self) -> ExtraValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExtraValue
Source§impl Debug for ExtraValue
impl Debug for ExtraValue
Source§impl Default for ExtraValue
impl Default for ExtraValue
Source§fn default() -> ExtraValue
fn default() -> ExtraValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExtraValue
impl RefUnwindSafe for ExtraValue
impl Send for ExtraValue
impl Sync for ExtraValue
impl Unpin for ExtraValue
impl UnsafeUnpin for ExtraValue
impl UnwindSafe for ExtraValue
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