pub struct SparkMax { /* private fields */ }Expand description
A handle to a REV CAN SparkMax motor controller.
Implementations§
Auto Trait Implementations§
impl Freeze for SparkMax
impl !RefUnwindSafe for SparkMax
impl !Send for SparkMax
impl !Sync for SparkMax
impl Unpin for SparkMax
impl UnwindSafe for SparkMax
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