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