pub enum Secureviolation {
Disabled = 0,
Enabled = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Secureviolation
impl Clone for Secureviolation
Source§fn clone(&self) -> Secureviolation
fn clone(&self) -> Secureviolation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Secureviolation
impl Debug for Secureviolation
Source§impl From<Secureviolation> for bool
impl From<Secureviolation> for bool
Source§fn from(variant: Secureviolation) -> Self
fn from(variant: Secureviolation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Secureviolation
impl PartialEq for Secureviolation
impl Copy for Secureviolation
impl Eq for Secureviolation
impl StructuralPartialEq for Secureviolation
Auto Trait Implementations§
impl Freeze for Secureviolation
impl RefUnwindSafe for Secureviolation
impl Send for Secureviolation
impl Sync for Secureviolation
impl Unpin for Secureviolation
impl UnwindSafe for Secureviolation
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