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