Struct rp_pac::sysinfo::regs::PackageSel
source · #[repr(transparent)]pub struct PackageSel(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl PackageSel
impl PackageSel
pub const fn package_sel(&self) -> bool
pub fn set_package_sel(&mut self, val: bool)
Trait Implementations§
source§impl Clone for PackageSel
impl Clone for PackageSel
source§fn clone(&self) -> PackageSel
fn clone(&self) -> PackageSel
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 PackageSel
impl Default for PackageSel
source§fn default() -> PackageSel
fn default() -> PackageSel
Returns the “default value” for a type. Read more
source§impl PartialEq for PackageSel
impl PartialEq for PackageSel
impl Copy for PackageSel
impl Eq for PackageSel
impl StructuralPartialEq for PackageSel
Auto Trait Implementations§
impl Freeze for PackageSel
impl RefUnwindSafe for PackageSel
impl Send for PackageSel
impl Sync for PackageSel
impl Unpin for PackageSel
impl UnwindSafe for PackageSel
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
)