pub struct TcStatsBuffer<T> { /* private fields */ }
Implementations§
Source§impl<T: AsRef<[u8]>> TcStatsBuffer<T>
impl<T: AsRef<[u8]>> TcStatsBuffer<T>
pub fn new(buffer: T) -> Self
pub fn into_inner(self) -> T
Source§impl<'a, T: AsRef<[u8]>> TcStatsBuffer<T>
impl<'a, T: AsRef<[u8]>> TcStatsBuffer<T>
pub fn overlimits(&self) -> u32
Source§impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
pub fn set_packets(&mut self, value: u32)
Source§impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
pub fn set_overlimits(&mut self, value: u32)
Source§impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
impl<'a, T: AsRef<[u8]> + AsMut<[u8]>> TcStatsBuffer<T>
pub fn set_backlog(&mut self, value: u32)
Source§impl<T: AsRef<[u8]>> TcStatsBuffer<T>
impl<T: AsRef<[u8]>> TcStatsBuffer<T>
pub fn new_checked(buffer: T) -> Result<Self, DecodeError>
Trait Implementations§
Source§impl<T: Clone> Clone for TcStatsBuffer<T>
impl<T: Clone> Clone for TcStatsBuffer<T>
Source§fn clone(&self) -> TcStatsBuffer<T>
fn clone(&self) -> TcStatsBuffer<T>
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<T: Debug> Debug for TcStatsBuffer<T>
impl<T: Debug> Debug for TcStatsBuffer<T>
Source§impl<T: PartialEq> PartialEq for TcStatsBuffer<T>
impl<T: PartialEq> PartialEq for TcStatsBuffer<T>
impl<T: Copy> Copy for TcStatsBuffer<T>
impl<T: Eq> Eq for TcStatsBuffer<T>
impl<T> StructuralPartialEq for TcStatsBuffer<T>
Auto Trait Implementations§
impl<T> Freeze for TcStatsBuffer<T>where
T: Freeze,
impl<T> RefUnwindSafe for TcStatsBuffer<T>where
T: RefUnwindSafe,
impl<T> Send for TcStatsBuffer<T>where
T: Send,
impl<T> Sync for TcStatsBuffer<T>where
T: Sync,
impl<T> Unpin for TcStatsBuffer<T>where
T: Unpin,
impl<T> UnwindSafe for TcStatsBuffer<T>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)