#[repr(C)]pub struct dlpi_recvinfo_t {
pub dri_destaddr: [c_uchar; 64],
pub dri_destaddrlen: c_uchar,
pub dri_destaddrtype: dlpi_addrtype_t,
pub dri_totmsglen: usize,
}
Expand description
Information from received DLPI traffic.
Fields§
§dri_destaddr: [c_uchar; 64]
§dri_destaddrlen: c_uchar
§dri_destaddrtype: dlpi_addrtype_t
§dri_totmsglen: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dlpi_recvinfo_t
impl RefUnwindSafe for dlpi_recvinfo_t
impl Send for dlpi_recvinfo_t
impl Sync for dlpi_recvinfo_t
impl Unpin for dlpi_recvinfo_t
impl UnwindSafe for dlpi_recvinfo_t
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