pub enum MeterType {
Bar,
Numeric,
}Expand description
S-meter and power meter display type.
Variants§
Trait Implementations§
impl Copy for MeterType
impl Eq for MeterType
impl StructuralPartialEq for MeterType
Auto Trait Implementations§
impl Freeze for MeterType
impl RefUnwindSafe for MeterType
impl Send for MeterType
impl Sync for MeterType
impl Unpin for MeterType
impl UnwindSafe for MeterType
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