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