pub struct PushIflaCacheinfo { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl PushIflaCacheinfo
impl PushIflaCacheinfo
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
pub fn max_reasm_len(&self) -> u32
pub fn set_max_reasm_len(&mut self, value: u32)
pub fn tstamp(&self) -> u32
pub fn set_tstamp(&mut self, value: u32)
pub fn reachable_time(&self) -> i32
pub fn set_reachable_time(&mut self, value: i32)
pub fn retrans_time(&self) -> u32
pub fn set_retrans_time(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for PushIflaCacheinfo
impl Clone for PushIflaCacheinfo
Source§fn clone(&self) -> PushIflaCacheinfo
fn clone(&self) -> PushIflaCacheinfo
Returns a duplicate 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 PushIflaCacheinfo
impl Debug for PushIflaCacheinfo
Auto Trait Implementations§
impl Freeze for PushIflaCacheinfo
impl RefUnwindSafe for PushIflaCacheinfo
impl Send for PushIflaCacheinfo
impl Sync for PushIflaCacheinfo
impl Unpin for PushIflaCacheinfo
impl UnwindSafe for PushIflaCacheinfo
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