Struct alt_stm32f30x_hal::stm32::tim2::ccmr1_input::IC2PSC_W
source · [−]pub struct IC2PSC_W<'a> { /* private fields */ }
Expand description
Field IC2PSC
writer - Input capture 2 prescaler
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for IC2PSC_W<'a>
impl<'a> Send for IC2PSC_W<'a>
impl<'a> Sync for IC2PSC_W<'a>
impl<'a> Unpin for IC2PSC_W<'a>
impl<'a> !UnwindSafe for IC2PSC_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more