Struct stm32_metapac::timer::regs::CcerAdv
#[repr(transparent)]pub struct CcerAdv(pub u32);
Expand description
capture/compare enable register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for CcerAdv
impl Eq for CcerAdv
impl StructuralPartialEq for CcerAdv
Auto Trait Implementations§
impl Freeze for CcerAdv
impl RefUnwindSafe for CcerAdv
impl Send for CcerAdv
impl Sync for CcerAdv
impl Unpin for CcerAdv
impl UnwindSafe for CcerAdv
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