pub struct VregAndChipReset { /* private fields */ }
Expand description
control and status for on-chip voltage regulator and chip level reset subsystem
Implementations§
Trait Implementations§
Source§impl Clone for VregAndChipReset
impl Clone for VregAndChipReset
Source§fn clone(&self) -> VregAndChipReset
fn clone(&self) -> VregAndChipReset
Returns a copy 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 PartialEq for VregAndChipReset
impl PartialEq for VregAndChipReset
impl Copy for VregAndChipReset
impl Eq for VregAndChipReset
impl Send for VregAndChipReset
impl StructuralPartialEq for VregAndChipReset
impl Sync for VregAndChipReset
Auto Trait Implementations§
impl Freeze for VregAndChipReset
impl RefUnwindSafe for VregAndChipReset
impl Unpin for VregAndChipReset
impl UnwindSafe for VregAndChipReset
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