#[repr(C)]pub struct DlmgmtGetNext {
pub cmd: u32,
pub linkid: u32,
pub class: LinkClass,
pub flags: LinkFlags,
pub media: u64,
}
Fields§
§cmd: u32
§linkid: u32
§class: LinkClass
§flags: LinkFlags
§media: u64
Trait Implementations§
Source§impl Debug for DlmgmtGetNext
impl Debug for DlmgmtGetNext
Auto Trait Implementations§
impl Freeze for DlmgmtGetNext
impl RefUnwindSafe for DlmgmtGetNext
impl Send for DlmgmtGetNext
impl Sync for DlmgmtGetNext
impl Unpin for DlmgmtGetNext
impl UnwindSafe for DlmgmtGetNext
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