Struct pico_sdk::sys::ps4000a::tPS4000AUserProbeInteractions[][src]

#[repr(C, packed)]pub struct tPS4000AUserProbeInteractions {
    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 tPS4000AUserProbeInteractions[src]

impl Copy for tPS4000AUserProbeInteractions[src]

impl Debug for tPS4000AUserProbeInteractions[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.