pub enum SecureAvic {
Enabled,
Disabled,
}Expand description
The secure AVIC.
Variants§
Trait Implementations§
Source§impl Clone for SecureAvic
impl Clone for SecureAvic
Source§fn clone(&self) -> SecureAvic
fn clone(&self) -> SecureAvic
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 SecureAvic
impl Debug for SecureAvic
Source§impl PartialEq for SecureAvic
impl PartialEq for SecureAvic
impl Copy for SecureAvic
impl Eq for SecureAvic
impl StructuralPartialEq for SecureAvic
Auto Trait Implementations§
impl Freeze for SecureAvic
impl RefUnwindSafe for SecureAvic
impl Send for SecureAvic
impl Sync for SecureAvic
impl Unpin for SecureAvic
impl UnsafeUnpin for SecureAvic
impl UnwindSafe for SecureAvic
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