pub struct ResidentPrefixAllocation {
pub seq_id: i32,
pub evictions: Vec<ResidentPrefixEviction>,
pub should_save: bool,
pub should_retain: bool,
}Fields§
§seq_id: i32§evictions: Vec<ResidentPrefixEviction>§should_save: bool§should_retain: boolTrait Implementations§
Source§impl Clone for ResidentPrefixAllocation
impl Clone for ResidentPrefixAllocation
Source§fn clone(&self) -> ResidentPrefixAllocation
fn clone(&self) -> ResidentPrefixAllocation
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 ResidentPrefixAllocation
impl RefUnwindSafe for ResidentPrefixAllocation
impl Send for ResidentPrefixAllocation
impl Sync for ResidentPrefixAllocation
impl Unpin for ResidentPrefixAllocation
impl UnsafeUnpin for ResidentPrefixAllocation
impl UnwindSafe for ResidentPrefixAllocation
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