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