Struct Rcalr
#[repr(transparent)]pub struct Rcalr(pub u32);Expand description
resistor calibration register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rcalr
impl Eq for Rcalr
impl StructuralPartialEq for Rcalr
Auto Trait Implementations§
impl Freeze for Rcalr
impl RefUnwindSafe for Rcalr
impl Send for Rcalr
impl Sync for Rcalr
impl Unpin for Rcalr
impl UnwindSafe for Rcalr
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