pub enum OscilloscopeChannelView {
Overlay,
Left,
Right,
}Expand description
Channel view mode for oscilloscope visualization.
Variants§
Trait Implementations§
Source§impl Clone for OscilloscopeChannelView
impl Clone for OscilloscopeChannelView
Source§fn clone(&self) -> OscilloscopeChannelView
fn clone(&self) -> OscilloscopeChannelView
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 OscilloscopeChannelView
impl Debug for OscilloscopeChannelView
Source§impl<'de> Deserialize<'de> for OscilloscopeChannelView
impl<'de> Deserialize<'de> for OscilloscopeChannelView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OscilloscopeChannelView
impl PartialEq for OscilloscopeChannelView
Source§impl Serialize for OscilloscopeChannelView
impl Serialize for OscilloscopeChannelView
impl Copy for OscilloscopeChannelView
impl Eq for OscilloscopeChannelView
impl StructuralPartialEq for OscilloscopeChannelView
Auto Trait Implementations§
impl Freeze for OscilloscopeChannelView
impl RefUnwindSafe for OscilloscopeChannelView
impl Send for OscilloscopeChannelView
impl Sync for OscilloscopeChannelView
impl Unpin for OscilloscopeChannelView
impl UnsafeUnpin for OscilloscopeChannelView
impl UnwindSafe for OscilloscopeChannelView
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