#[repr(transparent)]pub struct DcdcPowerProfileLowArray1(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DcdcPowerProfileLowArray1
impl Clone for DcdcPowerProfileLowArray1
Source§fn clone(&self) -> DcdcPowerProfileLowArray1
fn clone(&self) -> DcdcPowerProfileLowArray1
Returns a duplicate 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 Debug for DcdcPowerProfileLowArray1
impl Debug for DcdcPowerProfileLowArray1
Source§impl Default for DcdcPowerProfileLowArray1
impl Default for DcdcPowerProfileLowArray1
Source§fn default() -> DcdcPowerProfileLowArray1
fn default() -> DcdcPowerProfileLowArray1
Returns the “default value” for a type. Read more
impl Copy for DcdcPowerProfileLowArray1
impl Eq for DcdcPowerProfileLowArray1
impl StructuralPartialEq for DcdcPowerProfileLowArray1
Auto Trait Implementations§
impl Freeze for DcdcPowerProfileLowArray1
impl RefUnwindSafe for DcdcPowerProfileLowArray1
impl Send for DcdcPowerProfileLowArray1
impl Sync for DcdcPowerProfileLowArray1
impl Unpin for DcdcPowerProfileLowArray1
impl UnwindSafe for DcdcPowerProfileLowArray1
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