pub enum ClrLpcac {
Enable = 0,
Disable = 1,
}Expand description
Clears the cache function.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ClrLpcac
impl Eq for ClrLpcac
impl StructuralPartialEq for ClrLpcac
Auto Trait Implementations§
impl Freeze for ClrLpcac
impl RefUnwindSafe for ClrLpcac
impl Send for ClrLpcac
impl Sync for ClrLpcac
impl Unpin for ClrLpcac
impl UnsafeUnpin for ClrLpcac
impl UnwindSafe for ClrLpcac
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