pub struct NdmsgBuilder { /* private fields */ }
Expand description
Builder for Ndmsg
.
Implementations§
Source§impl NdmsgBuilder
impl NdmsgBuilder
Sourcepub fn ndm_family(self, value: RtAddrFamily) -> Self
pub fn ndm_family(self, value: RtAddrFamily) -> Self
Address family of entry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NdmsgBuilder
impl RefUnwindSafe for NdmsgBuilder
impl Send for NdmsgBuilder
impl Sync for NdmsgBuilder
impl Unpin for NdmsgBuilder
impl UnwindSafe for NdmsgBuilder
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