Struct rtnetlink::LinkDelPropRequest
source · pub struct LinkDelPropRequest { /* private fields */ }
Implementations§
source§impl LinkDelPropRequest
impl LinkDelPropRequest
sourcepub fn message_mut(&mut self) -> &mut LinkMessage
pub fn message_mut(&mut self) -> &mut LinkMessage
Return a mutable reference to the request
sourcepub fn alt_ifname(self, alt_ifnames: &[&str]) -> Self
pub fn alt_ifname(self, alt_ifnames: &[&str]) -> Self
Remove alternative name to the link. This is equivalent to ip link property del altname ALT_IFNAME dev LINK
.
Auto Trait Implementations§
impl Freeze for LinkDelPropRequest
impl !RefUnwindSafe for LinkDelPropRequest
impl Send for LinkDelPropRequest
impl Sync for LinkDelPropRequest
impl Unpin for LinkDelPropRequest
impl !UnwindSafe for LinkDelPropRequest
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