pub enum DisLpcacWtbf {
Disable = 0,
Enable = 1,
}Expand description
Disable LPCAC Write Through Buffer.
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for DisLpcacWtbf
impl Clone for DisLpcacWtbf
Source§fn clone(&self) -> DisLpcacWtbf
fn clone(&self) -> DisLpcacWtbf
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisLpcacWtbf
Source§impl Debug for DisLpcacWtbf
impl Debug for DisLpcacWtbf
impl Eq for DisLpcacWtbf
Source§impl From<DisLpcacWtbf> for bool
impl From<DisLpcacWtbf> for bool
Source§fn from(variant: DisLpcacWtbf) -> Self
fn from(variant: DisLpcacWtbf) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisLpcacWtbf
impl PartialEq for DisLpcacWtbf
Source§fn eq(&self, other: &DisLpcacWtbf) -> bool
fn eq(&self, other: &DisLpcacWtbf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisLpcacWtbf
Auto Trait Implementations§
impl Freeze for DisLpcacWtbf
impl RefUnwindSafe for DisLpcacWtbf
impl Send for DisLpcacWtbf
impl Sync for DisLpcacWtbf
impl Unpin for DisLpcacWtbf
impl UnsafeUnpin for DisLpcacWtbf
impl UnwindSafe for DisLpcacWtbf
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