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