pub struct MptcpPathManagerAddressHandle(/* private fields */);Implementations§
Source§impl MptcpPathManagerAddressHandle
impl MptcpPathManagerAddressHandle
pub fn new(handle: MptcpPathManagerHandle) -> Self
Sourcepub fn get(&mut self) -> MptcpPathManagerAddressGetRequest
pub fn get(&mut self) -> MptcpPathManagerAddressGetRequest
Retrieve the multipath-TCP addresses
(equivalent to ip mptcp endpoint show)
Auto Trait Implementations§
impl !RefUnwindSafe for MptcpPathManagerAddressHandle
impl !UnwindSafe for MptcpPathManagerAddressHandle
impl Freeze for MptcpPathManagerAddressHandle
impl Send for MptcpPathManagerAddressHandle
impl Sync for MptcpPathManagerAddressHandle
impl Unpin for MptcpPathManagerAddressHandle
impl UnsafeUnpin for MptcpPathManagerAddressHandle
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