#[repr(C)]pub enum LocalityHintLevel {
L0 = 0,
L1 = 1,
L2 = 2,
L3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for LocalityHintLevel
impl Clone for LocalityHintLevel
Source§fn clone(&self) -> LocalityHintLevel
fn clone(&self) -> LocalityHintLevel
Returns a copy 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 Display for LocalityHintLevel
impl Display for LocalityHintLevel
Source§impl Hash for LocalityHintLevel
impl Hash for LocalityHintLevel
Source§impl PartialEq for LocalityHintLevel
impl PartialEq for LocalityHintLevel
impl Copy for LocalityHintLevel
impl Eq for LocalityHintLevel
impl StructuralPartialEq for LocalityHintLevel
Auto Trait Implementations§
impl Freeze for LocalityHintLevel
impl RefUnwindSafe for LocalityHintLevel
impl Send for LocalityHintLevel
impl Sync for LocalityHintLevel
impl Unpin for LocalityHintLevel
impl UnwindSafe for LocalityHintLevel
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