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 Freeze for MptcpPathManagerAddressHandle
impl !RefUnwindSafe for MptcpPathManagerAddressHandle
impl Send for MptcpPathManagerAddressHandle
impl Sync for MptcpPathManagerAddressHandle
impl Unpin for MptcpPathManagerAddressHandle
impl !UnwindSafe 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