Struct nscope::AnalogInput
source · pub struct AnalogInput { /* private fields */ }
Expand description
Interface to a single scope channel
Implementations§
Trait Implementations§
source§impl Clone for AnalogInput
impl Clone for AnalogInput
source§fn clone(&self) -> AnalogInput
fn clone(&self) -> AnalogInput
Returns a copy 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 AnalogInput
impl Debug for AnalogInput
source§impl Default for AnalogInput
impl Default for AnalogInput
impl Copy for AnalogInput
Auto Trait Implementations§
impl RefUnwindSafe for AnalogInput
impl Send for AnalogInput
impl Sync for AnalogInput
impl Unpin for AnalogInput
impl UnwindSafe for AnalogInput
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