#[repr(C)]pub struct in6_rtmsg { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for in6_rtmsg
impl Send for in6_rtmsg
impl Sync for in6_rtmsg
impl Unpin for in6_rtmsg
impl UnwindSafe for in6_rtmsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more