pub enum Vtl2GpaPoolLookupTable {
Release,
Debug,
}Expand description
Lookup table to use for VTL2 GPA pool size heuristics.
Variants§
Trait Implementations§
Source§impl Clone for Vtl2GpaPoolLookupTable
impl Clone for Vtl2GpaPoolLookupTable
Source§fn clone(&self) -> Vtl2GpaPoolLookupTable
fn clone(&self) -> Vtl2GpaPoolLookupTable
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 Vtl2GpaPoolLookupTable
impl Debug for Vtl2GpaPoolLookupTable
Source§impl PartialEq for Vtl2GpaPoolLookupTable
impl PartialEq for Vtl2GpaPoolLookupTable
impl Copy for Vtl2GpaPoolLookupTable
impl StructuralPartialEq for Vtl2GpaPoolLookupTable
Auto Trait Implementations§
impl Freeze for Vtl2GpaPoolLookupTable
impl RefUnwindSafe for Vtl2GpaPoolLookupTable
impl Send for Vtl2GpaPoolLookupTable
impl Sync for Vtl2GpaPoolLookupTable
impl Unpin for Vtl2GpaPoolLookupTable
impl UnwindSafe for Vtl2GpaPoolLookupTable
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