#[repr(C)]pub struct CANPIDController {
pub vtable_: *const CANPIDController__bindgen_vtable,
}Expand description
@deprecated Use SparkMaxPIDController instead
Fields§
§vtable_: *const CANPIDController__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl Freeze for CANPIDController
impl RefUnwindSafe for CANPIDController
impl !Send for CANPIDController
impl !Sync for CANPIDController
impl Unpin for CANPIDController
impl UnwindSafe for CANPIDController
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