pub struct MptcpPathManagerHandle {
pub handle: GenetlinkHandle,
}
Fields§
§handle: GenetlinkHandle
Implementations§
Source§impl MptcpPathManagerHandle
impl MptcpPathManagerHandle
pub fn address(&self) -> MptcpPathManagerAddressHandle
pub fn limits(&self) -> MptcpPathManagerLimitsHandle
pub async fn request( &mut self, message: NetlinkMessage<GenlMessage<MptcpPathManagerMessage>>, ) -> Result<impl Stream<Item = Result<NetlinkMessage<GenlMessage<MptcpPathManagerMessage>>, DecodeError>>, MptcpPathManagerError>
Trait Implementations§
Source§impl Clone for MptcpPathManagerHandle
impl Clone for MptcpPathManagerHandle
Source§fn clone(&self) -> MptcpPathManagerHandle
fn clone(&self) -> MptcpPathManagerHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for MptcpPathManagerHandle
impl !RefUnwindSafe for MptcpPathManagerHandle
impl Send for MptcpPathManagerHandle
impl Sync for MptcpPathManagerHandle
impl Unpin for MptcpPathManagerHandle
impl !UnwindSafe for MptcpPathManagerHandle
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