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