pub struct OscilloscopeIndex(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for OscilloscopeIndex
impl Clone for OscilloscopeIndex
Source§fn clone(&self) -> OscilloscopeIndex
fn clone(&self) -> OscilloscopeIndex
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 OscilloscopeIndex
impl Debug for OscilloscopeIndex
Source§impl From<i32> for OscilloscopeIndex
impl From<i32> for OscilloscopeIndex
Source§fn from(index: i32) -> OscilloscopeIndex
fn from(index: i32) -> OscilloscopeIndex
Converts to this type from the input type.
Source§impl From<usize> for OscilloscopeIndex
impl From<usize> for OscilloscopeIndex
Source§fn from(index: usize) -> OscilloscopeIndex
fn from(index: usize) -> OscilloscopeIndex
Converts to this type from the input type.
Source§impl PartialEq for OscilloscopeIndex
impl PartialEq for OscilloscopeIndex
impl Copy for OscilloscopeIndex
impl Eq for OscilloscopeIndex
impl StructuralPartialEq for OscilloscopeIndex
Auto Trait Implementations§
impl Freeze for OscilloscopeIndex
impl RefUnwindSafe for OscilloscopeIndex
impl Send for OscilloscopeIndex
impl Sync for OscilloscopeIndex
impl Unpin for OscilloscopeIndex
impl UnwindSafe for OscilloscopeIndex
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