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