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