#[repr(C)]pub struct dlpi_sendinfo_t {
pub dsi_sap: c_uint,
pub dsi_prio: dl_priority_t,
}
Expand description
Information used to send DLPI traffic.
Fields§
§dsi_sap: c_uint
Service access point to use. For ethernet, this is the ethertype.
dsi_prio: dl_priority_t
Range spans from 0 to 100 where 0 is the highest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dlpi_sendinfo_t
impl RefUnwindSafe for dlpi_sendinfo_t
impl Send for dlpi_sendinfo_t
impl Sync for dlpi_sendinfo_t
impl Unpin for dlpi_sendinfo_t
impl UnwindSafe for dlpi_sendinfo_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