pub struct ACREFCTL { /* private fields */ }Expand description
Analog Comparator Reference Voltage Control
Implementations§
Auto Trait Implementations§
impl !Freeze for ACREFCTL
impl !RefUnwindSafe for ACREFCTL
impl Send for ACREFCTL
impl !Sync for ACREFCTL
impl Unpin for ACREFCTL
impl UnwindSafe for ACREFCTL
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