pub struct LinkMsg {
pub header: LinkHeader,
pub attr: LinkAttr,
}
Expand description
This struct is an intermediate representation for netlink link
messages.
Any downstream structs should be constructed into this struct.
Fields§
§header: LinkHeader
§attr: LinkAttr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkMsg
impl RefUnwindSafe for LinkMsg
impl Send for LinkMsg
impl Sync for LinkMsg
impl Unpin for LinkMsg
impl UnwindSafe for LinkMsg
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