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