[−][src]Enum netlink_packet_core::NetlinkPayload
Variants
Error(ErrorMessage)
Ack(AckMessage)
Implementations
impl<I> NetlinkPayload<I> where
I: NetlinkSerializable<I> + Debug + PartialEq + Eq + Clone,
[src]
I: NetlinkSerializable<I> + Debug + PartialEq + Eq + Clone,
pub fn message_type(&self) -> u16
[src]
Trait Implementations
impl<I: Clone> Clone for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
fn clone(&self) -> NetlinkPayload<I>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<I: Debug> Debug for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
impl<I: Eq> Eq for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
impl<I: PartialEq> PartialEq<NetlinkPayload<I>> for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
fn eq(&self, other: &NetlinkPayload<I>) -> bool
[src]
fn ne(&self, other: &NetlinkPayload<I>) -> bool
[src]
impl<I> StructuralEq for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
impl<I> StructuralPartialEq for NetlinkPayload<I> where
I: Debug + PartialEq + Eq + Clone,
[src]
I: Debug + PartialEq + Eq + Clone,
Auto Trait Implementations
impl<I> RefUnwindSafe for NetlinkPayload<I> where
I: RefUnwindSafe,
I: RefUnwindSafe,
impl<I> Send for NetlinkPayload<I> where
I: Send,
I: Send,
impl<I> Sync for NetlinkPayload<I> where
I: Sync,
I: Sync,
impl<I> Unpin for NetlinkPayload<I> where
I: Unpin,
I: Unpin,
impl<I> UnwindSafe for NetlinkPayload<I> where
I: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,