pub struct IfinfomsgBuilder { /* private fields */ }
Expand description
Builder for Ifinfomsg
.
Implementations§
Source§impl IfinfomsgBuilder
impl IfinfomsgBuilder
Sourcepub fn ifi_family(self, value: RtAddrFamily) -> Self
pub fn ifi_family(self, value: RtAddrFamily) -> Self
Interface address family
Sourcepub fn ifi_change(self, value: Iff) -> Self
pub fn ifi_change(self, value: Iff) -> Self
Interface change mask
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfinfomsgBuilder
impl RefUnwindSafe for IfinfomsgBuilder
impl Send for IfinfomsgBuilder
impl Sync for IfinfomsgBuilder
impl Unpin for IfinfomsgBuilder
impl UnwindSafe for IfinfomsgBuilder
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