pub struct WwdgRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for WwdgRegisters
impl !RefUnwindSafe for WwdgRegisters
impl Send for WwdgRegisters
impl !Sync for WwdgRegisters
impl Unpin for WwdgRegisters
impl UnwindSafe for WwdgRegisters
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