pub struct MptcpPathManagerMessage {
pub cmd: MptcpPathManagerCmd,
pub nlas: Vec<MptcpPathManagerAttr>,
}
Fields§
§cmd: MptcpPathManagerCmd
§nlas: Vec<MptcpPathManagerAttr>
Implementations§
Source§impl MptcpPathManagerMessage
impl MptcpPathManagerMessage
pub fn new_address_get() -> Self
pub fn new_limits_get() -> Self
Trait Implementations§
Source§impl Clone for MptcpPathManagerMessage
impl Clone for MptcpPathManagerMessage
Source§fn clone(&self) -> MptcpPathManagerMessage
fn clone(&self) -> MptcpPathManagerMessage
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 moreSource§impl Debug for MptcpPathManagerMessage
impl Debug for MptcpPathManagerMessage
Source§impl Emitable for MptcpPathManagerMessage
impl Emitable for MptcpPathManagerMessage
Source§impl GenlFamily for MptcpPathManagerMessage
impl GenlFamily for MptcpPathManagerMessage
Source§fn family_name() -> &'static str
fn family_name() -> &'static str
Return the unique family name registered in the kernel Read more
Source§impl ParseableParametrized<[u8], GenlHeader> for MptcpPathManagerMessage
impl ParseableParametrized<[u8], GenlHeader> for MptcpPathManagerMessage
Source§fn parse_with_param(
buffer: &[u8],
header: GenlHeader,
) -> Result<Self, DecodeError>
fn parse_with_param( buffer: &[u8], header: GenlHeader, ) -> Result<Self, DecodeError>
Deserialize the current type.
Source§impl PartialEq for MptcpPathManagerMessage
impl PartialEq for MptcpPathManagerMessage
impl Eq for MptcpPathManagerMessage
impl StructuralPartialEq for MptcpPathManagerMessage
Auto Trait Implementations§
impl Freeze for MptcpPathManagerMessage
impl RefUnwindSafe for MptcpPathManagerMessage
impl Send for MptcpPathManagerMessage
impl Sync for MptcpPathManagerMessage
impl Unpin for MptcpPathManagerMessage
impl UnwindSafe for MptcpPathManagerMessage
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