pub struct SixlowpanAddressContext(pub [u8; 8]);Tuple Fields§
§0: [u8; 8]Trait Implementations§
Source§impl Clone for AddressContext
impl Clone for AddressContext
Source§fn clone(&self) -> AddressContext
fn clone(&self) -> AddressContext
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 AddressContext
impl Debug for AddressContext
Source§impl PartialEq for AddressContext
impl PartialEq for AddressContext
impl Copy for AddressContext
impl Eq for AddressContext
impl StructuralPartialEq for AddressContext
Auto Trait Implementations§
impl Freeze for AddressContext
impl RefUnwindSafe for AddressContext
impl Send for AddressContext
impl Sync for AddressContext
impl Unpin for AddressContext
impl UnwindSafe for AddressContext
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