Enum Encache
pub enum Encache {
_0 = 0,
_1 = 1,
}Expand description
Cache enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Encache
impl Eq for Encache
impl StructuralPartialEq for Encache
Auto Trait Implementations§
impl Freeze for Encache
impl RefUnwindSafe for Encache
impl Send for Encache
impl Sync for Encache
impl Unpin for Encache
impl UnwindSafe for Encache
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