#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GapAdvPowerLevelInd
Source§impl Debug for GapAdvPowerLevelInd
impl Debug for GapAdvPowerLevelInd
impl Eq for GapAdvPowerLevelInd
Source§impl Hash for GapAdvPowerLevelInd
impl Hash for GapAdvPowerLevelInd
Source§impl PartialEq for GapAdvPowerLevelInd
impl PartialEq for GapAdvPowerLevelInd
Source§fn eq(&self, other: &GapAdvPowerLevelInd) -> bool
fn eq(&self, other: &GapAdvPowerLevelInd) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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