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