[][src]Struct netlink_packet_route::rtnl::link::nlas::Inet6CacheInfoBuffer

pub struct Inet6CacheInfoBuffer<T> { /* fields omitted */ }

Implementations

impl<T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn new(buffer: T) -> Self[src]

pub fn into_inner(self) -> T[src]

impl<'a, T: AsRef<[u8]> + ?Sized> Inet6CacheInfoBuffer<&'a T>[src]

pub fn inner(&self) -> &'a [u8][src]

impl<'a, T: AsRef<[u8]> + AsMut<[u8]> + ?Sized> Inet6CacheInfoBuffer<&'a mut T>[src]

pub fn inner_mut(&mut self) -> &mut [u8][src]

impl<'a, T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn max_reasm_len(&self) -> i32[src]

impl<'a, T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn tstamp(&self) -> i32[src]

impl<'a, T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn reachable_time(&self) -> i32[src]

impl<'a, T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn retrans_time(&self) -> i32[src]

impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn set_max_reasm_len(&mut self, value: i32)[src]

impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn set_tstamp(&mut self, value: i32)[src]

impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn set_reachable_time(&mut self, value: i32)[src]

impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn set_retrans_time(&mut self, value: i32)[src]

impl<T: AsRef<[u8]>> Inet6CacheInfoBuffer<T>[src]

pub fn new_checked(buffer: T) -> Result<Self, DecodeError>[src]

Trait Implementations

impl<T: Clone> Clone for Inet6CacheInfoBuffer<T>[src]

impl<T: Copy> Copy for Inet6CacheInfoBuffer<T>[src]

impl<T: Debug> Debug for Inet6CacheInfoBuffer<T>[src]

impl<T: Eq> Eq for Inet6CacheInfoBuffer<T>[src]

impl<T: AsRef<[u8]>> Parseable<Inet6CacheInfoBuffer<T>> for Inet6CacheInfo[src]

impl<T: PartialEq> PartialEq<Inet6CacheInfoBuffer<T>> for Inet6CacheInfoBuffer<T>[src]

impl<T> StructuralEq for Inet6CacheInfoBuffer<T>[src]

impl<T> StructuralPartialEq for Inet6CacheInfoBuffer<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Inet6CacheInfoBuffer<T> where
    T: RefUnwindSafe
[src]

impl<T> Send for Inet6CacheInfoBuffer<T> where
    T: Send
[src]

impl<T> Sync for Inet6CacheInfoBuffer<T> where
    T: Sync
[src]

impl<T> Unpin for Inet6CacheInfoBuffer<T> where
    T: Unpin
[src]

impl<T> UnwindSafe for Inet6CacheInfoBuffer<T> where
    T: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.