Struct rtnetlink::LinkDelRequest
source · pub struct LinkDelRequest { /* private fields */ }
Implementations§
source§impl LinkDelRequest
impl LinkDelRequest
sourcepub fn message_mut(&mut self) -> &mut LinkMessage
pub fn message_mut(&mut self) -> &mut LinkMessage
Return a mutable reference to the request
Auto Trait Implementations§
impl Freeze for LinkDelRequest
impl !RefUnwindSafe for LinkDelRequest
impl Send for LinkDelRequest
impl Sync for LinkDelRequest
impl Unpin for LinkDelRequest
impl !UnwindSafe for LinkDelRequest
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