pub struct NetlinkRouteHandle { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for NetlinkRouteHandle
impl !RefUnwindSafe for NetlinkRouteHandle
impl Send for NetlinkRouteHandle
impl Sync for NetlinkRouteHandle
impl Unpin for NetlinkRouteHandle
impl UnsafeUnpin for NetlinkRouteHandle
impl !UnwindSafe for NetlinkRouteHandle
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