pub struct PulseEngineConfigBuilder { /* private fields */ }Implementations§
Source§impl PulseEngineConfigBuilder
impl PulseEngineConfigBuilder
pub fn charge_pump_enabled(self, enabled: u8) -> Self
pub fn buffer_size(self, size: u8) -> Self
pub fn emergency_switch_polarity(self, polarity: u8) -> Self
pub fn power_states(self, states: u8) -> Self
pub fn build(self) -> PulseEngineConfig
Auto Trait Implementations§
impl Freeze for PulseEngineConfigBuilder
impl RefUnwindSafe for PulseEngineConfigBuilder
impl Send for PulseEngineConfigBuilder
impl Sync for PulseEngineConfigBuilder
impl Unpin for PulseEngineConfigBuilder
impl UnwindSafe for PulseEngineConfigBuilder
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