pub enum Technology {
LE,
Classic,
DualMode,
}
Variants§
Trait Implementations§
Source§impl Clone for Technology
impl Clone for Technology
Source§fn clone(&self) -> Technology
fn clone(&self) -> Technology
Returns a copy 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 Technology
impl Debug for Technology
Source§impl From<Technology> for TechnologyType
impl From<Technology> for TechnologyType
Source§fn from(tech: Technology) -> Self
fn from(tech: Technology) -> Self
Converts to this type from the input type.
Source§impl From<TechnologyType> for Technology
impl From<TechnologyType> for Technology
Source§fn from(tech: TechnologyType) -> Self
fn from(tech: TechnologyType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Technology
impl PartialEq for Technology
impl Copy for Technology
impl StructuralPartialEq for Technology
Auto Trait Implementations§
impl Freeze for Technology
impl RefUnwindSafe for Technology
impl Send for Technology
impl Sync for Technology
impl Unpin for Technology
impl UnwindSafe for Technology
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)