Struct rp_pac::uart::regs::Uartpcellid0
source · #[repr(transparent)]pub struct Uartpcellid0(pub u32);
Expand description
UARTPCellID0 Register
Tuple Fields§
§0: u32
Implementations§
source§impl Uartpcellid0
impl Uartpcellid0
sourcepub const fn uartpcellid0(&self) -> u8
pub const fn uartpcellid0(&self) -> u8
These bits read back as 0x0D
sourcepub fn set_uartpcellid0(&mut self, val: u8)
pub fn set_uartpcellid0(&mut self, val: u8)
These bits read back as 0x0D
Trait Implementations§
source§impl Clone for Uartpcellid0
impl Clone for Uartpcellid0
source§fn clone(&self) -> Uartpcellid0
fn clone(&self) -> Uartpcellid0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for Uartpcellid0
impl Default for Uartpcellid0
source§fn default() -> Uartpcellid0
fn default() -> Uartpcellid0
Returns the “default value” for a type. Read more
source§impl PartialEq for Uartpcellid0
impl PartialEq for Uartpcellid0
impl Copy for Uartpcellid0
impl Eq for Uartpcellid0
impl StructuralPartialEq for Uartpcellid0
Auto Trait Implementations§
impl Freeze for Uartpcellid0
impl RefUnwindSafe for Uartpcellid0
impl Send for Uartpcellid0
impl Sync for Uartpcellid0
impl Unpin for Uartpcellid0
impl UnwindSafe for Uartpcellid0
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
)