#[repr(C)]pub struct Ccmr2Input { /* private fields */ }
Implementations§
Source§impl Ccmr2Input
impl Ccmr2Input
pub fn read_bits(&self) -> u32
pub unsafe fn modify_bits<F>(&mut self, f: F)
pub unsafe fn write_bits(&mut self, bits: u32)
pub fn modify<F>(&mut self, f: F)
pub fn read(&self) -> Ccmr2InputR
pub fn write<F>(&mut self, f: F)
Auto Trait Implementations§
impl Freeze for Ccmr2Input
impl RefUnwindSafe for Ccmr2Input
impl Send for Ccmr2Input
impl Sync for Ccmr2Input
impl Unpin for Ccmr2Input
impl UnwindSafe for Ccmr2Input
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