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