pub enum ModeExtension {
Bands4To31,
Bands8To31,
Bands12To31,
Bands16To31,
}Variants§
Trait Implementations§
Source§impl Clone for ModeExtension
impl Clone for ModeExtension
Source§fn clone(&self) -> ModeExtension
fn clone(&self) -> ModeExtension
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 ModeExtension
impl Debug for ModeExtension
Source§impl PartialEq for ModeExtension
impl PartialEq for ModeExtension
impl Copy for ModeExtension
impl Eq for ModeExtension
impl StructuralPartialEq for ModeExtension
Auto Trait Implementations§
impl Freeze for ModeExtension
impl RefUnwindSafe for ModeExtension
impl Send for ModeExtension
impl Sync for ModeExtension
impl Unpin for ModeExtension
impl UnwindSafe for ModeExtension
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