pub struct Efuse<'d> { /* private fields */ }Expand description
Peripheral singleton for Efuse
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Efuse<'d>
impl<'d> RefUnwindSafe for Efuse<'d>
impl<'d> Sync for Efuse<'d>
impl<'d> Unpin for Efuse<'d>
impl<'d> UnsafeUnpin for Efuse<'d>
impl<'d> UnwindSafe for Efuse<'d>
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