#[repr(C)]pub struct V5_DevicePneumaticCtrl {
pub flags: u16,
pub m1_pwm: u8,
pub m2_pwm: u8,
pub m3_pwm: u8,
pub m4_pwm: u8,
pub m1_time: u8,
pub m2_time: u8,
pub m3_time: u8,
pub m4_time: u8,
pub comp_pwm: u8,
}
Fields§
§flags: u16
§m1_pwm: u8
§m2_pwm: u8
§m3_pwm: u8
§m4_pwm: u8
§m1_time: u8
§m2_time: u8
§m3_time: u8
§m4_time: u8
§comp_pwm: u8
Trait Implementations§
Source§impl Clone for V5_DevicePneumaticCtrl
impl Clone for V5_DevicePneumaticCtrl
Source§fn clone(&self) -> V5_DevicePneumaticCtrl
fn clone(&self) -> V5_DevicePneumaticCtrl
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for V5_DevicePneumaticCtrl
impl Debug for V5_DevicePneumaticCtrl
Source§impl Default for V5_DevicePneumaticCtrl
impl Default for V5_DevicePneumaticCtrl
Source§fn default() -> V5_DevicePneumaticCtrl
fn default() -> V5_DevicePneumaticCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DevicePneumaticCtrl
impl PartialEq for V5_DevicePneumaticCtrl
impl Copy for V5_DevicePneumaticCtrl
impl Eq for V5_DevicePneumaticCtrl
impl StructuralPartialEq for V5_DevicePneumaticCtrl
Auto Trait Implementations§
impl Freeze for V5_DevicePneumaticCtrl
impl RefUnwindSafe for V5_DevicePneumaticCtrl
impl Send for V5_DevicePneumaticCtrl
impl Sync for V5_DevicePneumaticCtrl
impl Unpin for V5_DevicePneumaticCtrl
impl UnwindSafe for V5_DevicePneumaticCtrl
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)