Struct pico_sdk::sys::ps6000a::tPicoUserProbeInteractions[][src]

#[repr(C, packed)]pub struct tPicoUserProbeInteractions {
    pub connected_: u16,
    pub channel_: u32,
    pub enabled_: u16,
    pub probeName_: i32,
    pub requiresPower_: u8,
    pub isPowered_: u8,
    pub status_: u32,
    pub probeOff_: u32,
    pub rangeFirst_: u32,
    pub rangeLast_: u32,
    pub rangeCurrent_: u32,
    pub couplingFirst_: u32,
    pub couplingLast_: u32,
    pub couplingCurrent_: u32,
    pub filterFlags_: u32,
    pub filterCurrent_: u32,
    pub defaultFilter_: u32,
}

Fields

connected_: u16channel_: u32enabled_: u16probeName_: i32requiresPower_: u8isPowered_: u8status_: u32probeOff_: u32rangeFirst_: u32rangeLast_: u32rangeCurrent_: u32couplingFirst_: u32couplingLast_: u32couplingCurrent_: u32filterFlags_: u32filterCurrent_: u32defaultFilter_: u32

Trait Implementations

impl Clone for tPicoUserProbeInteractions[src]

impl Copy for tPicoUserProbeInteractions[src]

impl Debug for tPicoUserProbeInteractions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.