pub struct AddrGetRequest { /* private fields */ }Implementations§
Source§impl AddrGetRequest
impl AddrGetRequest
pub fn for_ifname(ifname: &str) -> Result<Self, Error>
pub fn all() -> Self
pub fn send(&self, h: &mut NetlinkRouteHandle) -> Result<AddrGetResponse, Error>
Auto Trait Implementations§
impl Freeze for AddrGetRequest
impl RefUnwindSafe for AddrGetRequest
impl Send for AddrGetRequest
impl Sync for AddrGetRequest
impl Unpin for AddrGetRequest
impl UnsafeUnpin for AddrGetRequest
impl UnwindSafe for AddrGetRequest
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