pub struct ResidentPrefixLookup {
pub seq_id: i32,
pub entries: usize,
}Fields§
§seq_id: i32§entries: usizeTrait Implementations§
Source§impl Clone for ResidentPrefixLookup
impl Clone for ResidentPrefixLookup
Source§fn clone(&self) -> ResidentPrefixLookup
fn clone(&self) -> ResidentPrefixLookup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResidentPrefixLookup
impl RefUnwindSafe for ResidentPrefixLookup
impl Send for ResidentPrefixLookup
impl Sync for ResidentPrefixLookup
impl Unpin for ResidentPrefixLookup
impl UnsafeUnpin for ResidentPrefixLookup
impl UnwindSafe for ResidentPrefixLookup
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