pub struct EF_CTRL { /* private fields */ }Expand description
eFuse memory control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EF_CTRL
impl RefUnwindSafe for EF_CTRL
impl !Sync for EF_CTRL
impl Unpin for EF_CTRL
impl UnwindSafe for EF_CTRL
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