pub struct VREF { /* private fields */ }Expand description
VREF peripheral
Implementations§
Trait Implementations§
impl Copy for VREF
impl PeripheralType for VREF
Auto Trait Implementations§
impl Freeze for VREF
impl RefUnwindSafe for VREF
impl Send for VREF
impl Sync for VREF
impl Unpin for VREF
impl UnwindSafe for VREF
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