pub struct PulseEnginePowerState;Expand description
Pulse engine power states (bit-mapped)
Implementations§
Source§impl PulseEnginePowerState
impl PulseEnginePowerState
pub const PE_STOPPED: u8
pub const PE_STOP_LIMIT: u8
pub const PE_STOP_EMERGENCY: u8
pub const PE_STOPPED_CHARGE_PUMP: u8
pub const PE_STOP_LIMIT_CHARGE_PUMP: u8
pub const PE_STOP_EMERGENCY_CHARGE_PUMP: u8
pub const ALL_POWER_ENABLED: u8
pub const ALL_CHARGE_PUMP_ENABLED: u8
Auto Trait Implementations§
impl Freeze for PulseEnginePowerState
impl RefUnwindSafe for PulseEnginePowerState
impl Send for PulseEnginePowerState
impl Sync for PulseEnginePowerState
impl Unpin for PulseEnginePowerState
impl UnsafeUnpin for PulseEnginePowerState
impl UnwindSafe for PulseEnginePowerState
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