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