#[repr(transparent)]pub struct DcdcPowerProfileMediumArray1(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DcdcPowerProfileMediumArray1
impl Clone for DcdcPowerProfileMediumArray1
Source§fn clone(&self) -> DcdcPowerProfileMediumArray1
fn clone(&self) -> DcdcPowerProfileMediumArray1
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 DcdcPowerProfileMediumArray1
impl Debug for DcdcPowerProfileMediumArray1
Source§impl Default for DcdcPowerProfileMediumArray1
impl Default for DcdcPowerProfileMediumArray1
Source§fn default() -> DcdcPowerProfileMediumArray1
fn default() -> DcdcPowerProfileMediumArray1
Returns the “default value” for a type. Read more
Source§impl PartialEq for DcdcPowerProfileMediumArray1
impl PartialEq for DcdcPowerProfileMediumArray1
Source§fn eq(&self, other: &DcdcPowerProfileMediumArray1) -> bool
fn eq(&self, other: &DcdcPowerProfileMediumArray1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DcdcPowerProfileMediumArray1
impl Eq for DcdcPowerProfileMediumArray1
impl StructuralPartialEq for DcdcPowerProfileMediumArray1
Auto Trait Implementations§
impl Freeze for DcdcPowerProfileMediumArray1
impl RefUnwindSafe for DcdcPowerProfileMediumArray1
impl Send for DcdcPowerProfileMediumArray1
impl Sync for DcdcPowerProfileMediumArray1
impl Unpin for DcdcPowerProfileMediumArray1
impl UnwindSafe for DcdcPowerProfileMediumArray1
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