pub struct ReceiveInfo<'a> {
pub src_addr: &'a [u8; 6],
pub dst_addr: &'a [u8; 6],
}
Fields§
§src_addr: &'a [u8; 6]
§dst_addr: &'a [u8; 6]
Trait Implementations§
Source§impl<'a> Clone for ReceiveInfo<'a>
impl<'a> Clone for ReceiveInfo<'a>
Source§fn clone(&self) -> ReceiveInfo<'a>
fn clone(&self) -> ReceiveInfo<'a>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for ReceiveInfo<'a>
impl<'a> RefUnwindSafe for ReceiveInfo<'a>
impl<'a> Send for ReceiveInfo<'a>
impl<'a> Sync for ReceiveInfo<'a>
impl<'a> Unpin for ReceiveInfo<'a>
impl<'a> UnwindSafe for ReceiveInfo<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)