Struct stm32_metapac::adc::regs::Verr
#[repr(transparent)]pub struct Verr(pub u32);
Expand description
EXTI IP Version register
Tuple Fields§
§0: u32
Implementations§
§impl Verr
impl Verr
pub fn set_minrev(&mut self, val: u8)
pub fn set_minrev(&mut self, val: u8)
Minor Revision number
pub fn set_majrev(&mut self, val: u8)
pub fn set_majrev(&mut self, val: u8)
Major Revision number
Trait Implementations§
impl Copy for Verr
impl Eq for Verr
impl StructuralPartialEq for Verr
Auto Trait Implementations§
impl Freeze for Verr
impl RefUnwindSafe for Verr
impl Send for Verr
impl Sync for Verr
impl Unpin for Verr
impl UnwindSafe for Verr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)