#[repr(u8)]pub enum Frcnoallc {
ALLCONCACHE = 0,
FRCNO = 1,
}Variants§
ALLCONCACHE = 0
Allocation on cache misses
FRCNO = 1
Forces no allocation on cache misses (FRCWT must be asserted)
Implementations§
Trait Implementations§
Source§impl Ord for Frcnoallc
impl Ord for Frcnoallc
Source§impl PartialOrd for Frcnoallc
impl PartialOrd for Frcnoallc
impl Copy for Frcnoallc
impl Eq for Frcnoallc
impl StructuralPartialEq for Frcnoallc
Auto Trait Implementations§
impl Freeze for Frcnoallc
impl RefUnwindSafe for Frcnoallc
impl Send for Frcnoallc
impl Sync for Frcnoallc
impl Unpin for Frcnoallc
impl UnwindSafe for Frcnoallc
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