pub struct ResidentActivationLookup<F> {
pub token_count: u64,
pub byte_size: u64,
pub entries: usize,
pub frame: F,
}Fields§
§token_count: u64§byte_size: u64§entries: usize§frame: FTrait Implementations§
Source§impl<F: Clone> Clone for ResidentActivationLookup<F>
impl<F: Clone> Clone for ResidentActivationLookup<F>
Source§fn clone(&self) -> ResidentActivationLookup<F>
fn clone(&self) -> ResidentActivationLookup<F>
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<F> Freeze for ResidentActivationLookup<F>where
F: Freeze,
impl<F> RefUnwindSafe for ResidentActivationLookup<F>where
F: RefUnwindSafe,
impl<F> Send for ResidentActivationLookup<F>where
F: Send,
impl<F> Sync for ResidentActivationLookup<F>where
F: Sync,
impl<F> Unpin for ResidentActivationLookup<F>where
F: Unpin,
impl<F> UnsafeUnpin for ResidentActivationLookup<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for ResidentActivationLookup<F>where
F: 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