pub struct CtrlResConf {
pub field_detector_enabled: bool,
pub iref_enabled: bool,
pub dac_comp_high: bool,
pub lfo_enabled: bool,
pub hfo_enabled: bool,
pub vdda_enabled: bool,
pub hibernate_state_enabled: bool,
pub sleep_state_enabled: bool,
}Fields§
§field_detector_enabled: bool§iref_enabled: bool§dac_comp_high: bool§lfo_enabled: bool§hfo_enabled: bool§vdda_enabled: bool§hibernate_state_enabled: bool§sleep_state_enabled: boolTrait Implementations§
Source§impl Clone for CtrlResConf
impl Clone for CtrlResConf
Source§fn clone(&self) -> CtrlResConf
fn clone(&self) -> CtrlResConf
Returns a duplicate 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 CtrlResConf
impl Debug for CtrlResConf
Source§impl Default for CtrlResConf
impl Default for CtrlResConf
Source§impl From<CtrlResConf> for u16
impl From<CtrlResConf> for u16
Source§fn from(ctrl: CtrlResConf) -> Self
fn from(ctrl: CtrlResConf) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CtrlResConf
impl PartialEq for CtrlResConf
impl Copy for CtrlResConf
impl StructuralPartialEq for CtrlResConf
Auto Trait Implementations§
impl Freeze for CtrlResConf
impl RefUnwindSafe for CtrlResConf
impl Send for CtrlResConf
impl Sync for CtrlResConf
impl Unpin for CtrlResConf
impl UnwindSafe for CtrlResConf
Blanket Implementations§
§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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)