#[repr(C)]pub struct dl_priority_t {
pub dl_min: u32,
pub dl_max: u32,
}
Expand description
Defines priority for DLPI traffic sent.
Fields§
§dl_min: u32
§dl_max: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dl_priority_t
impl RefUnwindSafe for dl_priority_t
impl Send for dl_priority_t
impl Sync for dl_priority_t
impl Unpin for dl_priority_t
impl UnwindSafe for dl_priority_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