pub struct IfaddrmsgBuilder { /* private fields */ }
Expand description
Builder for Ifaddrmsg
.
Implementations§
Source§impl IfaddrmsgBuilder
impl IfaddrmsgBuilder
Sourcepub fn ifa_family(self, value: RtAddrFamily) -> Self
pub fn ifa_family(self, value: RtAddrFamily) -> Self
Interface address family
Sourcepub fn ifa_prefixlen(self, value: c_uchar) -> Self
pub fn ifa_prefixlen(self, value: c_uchar) -> Self
Interface address prefix length
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfaddrmsgBuilder
impl RefUnwindSafe for IfaddrmsgBuilder
impl Send for IfaddrmsgBuilder
impl Sync for IfaddrmsgBuilder
impl Unpin for IfaddrmsgBuilder
impl UnwindSafe for IfaddrmsgBuilder
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