#[repr(transparent)]pub struct GapAdvPowerLevelInd(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for GapAdvPowerLevelInd
impl Clone for GapAdvPowerLevelInd
Source§fn clone(&self) -> GapAdvPowerLevelInd
fn clone(&self) -> GapAdvPowerLevelInd
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 GapAdvPowerLevelInd
impl Debug for GapAdvPowerLevelInd
Source§impl Hash for GapAdvPowerLevelInd
impl Hash for GapAdvPowerLevelInd
Source§impl PartialEq for GapAdvPowerLevelInd
impl PartialEq for GapAdvPowerLevelInd
impl Copy for GapAdvPowerLevelInd
impl Eq for GapAdvPowerLevelInd
impl StructuralPartialEq for GapAdvPowerLevelInd
Auto Trait Implementations§
impl Freeze for GapAdvPowerLevelInd
impl RefUnwindSafe for GapAdvPowerLevelInd
impl Send for GapAdvPowerLevelInd
impl Sync for GapAdvPowerLevelInd
impl Unpin for GapAdvPowerLevelInd
impl UnwindSafe for GapAdvPowerLevelInd
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