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