pub struct OR2 { /* private fields */ }
Expand description
TIM17 option register 1
Implementations§
Auto Trait Implementations§
impl !Freeze for OR2
impl !RefUnwindSafe for OR2
impl Send for OR2
impl !Sync for OR2
impl Unpin for OR2
impl UnwindSafe for OR2
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