pub enum CryptoMode {
Baseband,
Diphase,
}Variants§
Trait Implementations§
Source§impl Clone for CryptoMode
impl Clone for CryptoMode
Source§fn clone(&self) -> CryptoMode
fn clone(&self) -> CryptoMode
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 CryptoMode
impl Debug for CryptoMode
Source§impl Default for CryptoMode
impl Default for CryptoMode
Source§impl From<bool> for CryptoMode
impl From<bool> for CryptoMode
Source§impl PartialEq for CryptoMode
impl PartialEq for CryptoMode
impl Copy for CryptoMode
impl StructuralPartialEq for CryptoMode
Auto Trait Implementations§
impl Freeze for CryptoMode
impl RefUnwindSafe for CryptoMode
impl Send for CryptoMode
impl Sync for CryptoMode
impl Unpin for CryptoMode
impl UnwindSafe for CryptoMode
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