#[repr(C)]pub struct CANSparkMaxLowLevel_PeriodicStatus1 {
pub sensorVelocity: f64,
pub motorTemperature: u8,
pub busVoltage: f64,
pub outputCurrent: f64,
pub timestamp: u64,
}Fields§
§sensorVelocity: f64§motorTemperature: u8§busVoltage: f64§outputCurrent: f64§timestamp: u64Trait Implementations§
Source§impl Clone for CANSparkMaxLowLevel_PeriodicStatus1
impl Clone for CANSparkMaxLowLevel_PeriodicStatus1
Source§fn clone(&self) -> CANSparkMaxLowLevel_PeriodicStatus1
fn clone(&self) -> CANSparkMaxLowLevel_PeriodicStatus1
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 moreimpl Copy for CANSparkMaxLowLevel_PeriodicStatus1
Auto Trait Implementations§
impl Freeze for CANSparkMaxLowLevel_PeriodicStatus1
impl RefUnwindSafe for CANSparkMaxLowLevel_PeriodicStatus1
impl Send for CANSparkMaxLowLevel_PeriodicStatus1
impl Sync for CANSparkMaxLowLevel_PeriodicStatus1
impl Unpin for CANSparkMaxLowLevel_PeriodicStatus1
impl UnwindSafe for CANSparkMaxLowLevel_PeriodicStatus1
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