pub struct StoredConfig(/* private fields */);
Expand description
A stored ADC config, can be restored by 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StoredConfig
impl Debug for StoredConfig
Source§impl PartialEq for StoredConfig
impl PartialEq for StoredConfig
impl Copy 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