pub struct StoredConfig(/* private fields */);
Expand description
Stored ADC config can be restored using the Adc::restore_cfg
method
Trait Implementations§
Source§impl Clone for StoredConfig
impl Clone for StoredConfig
Source§fn clone(&self) -> StoredConfig
fn clone(&self) -> StoredConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StoredConfig
impl Debug for StoredConfig
Source§impl Default for StoredConfig
impl Default for StoredConfig
Source§fn default() -> StoredConfig
fn default() -> StoredConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for StoredConfig
impl PartialEq for StoredConfig
impl Copy for StoredConfig
impl Eq for StoredConfig
impl StructuralPartialEq for StoredConfig
Auto Trait Implementations§
impl Freeze for StoredConfig
impl RefUnwindSafe for StoredConfig
impl Send for StoredConfig
impl Sync for StoredConfig
impl Unpin for StoredConfig
impl UnwindSafe for StoredConfig
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