#[repr(C, packed(1))]pub struct tTriggerChannelProperties {
pub thresholdUpper: i16,
pub thresholdUpperHysteresis: u16,
pub thresholdLower: i16,
pub thresholdLowerHysteresis: u16,
pub channel: PS4000_CHANNEL,
pub thresholdMode: THRESHOLD_MODE,
}Fields§
§thresholdUpper: i16§thresholdUpperHysteresis: u16§thresholdLower: i16§thresholdLowerHysteresis: u16§channel: PS4000_CHANNEL§thresholdMode: THRESHOLD_MODETrait Implementations§
Source§impl Clone for tTriggerChannelProperties
impl Clone for tTriggerChannelProperties
Source§fn clone(&self) -> tTriggerChannelProperties
fn clone(&self) -> tTriggerChannelProperties
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 tTriggerChannelProperties
impl Debug for tTriggerChannelProperties
impl Copy for tTriggerChannelProperties
Auto Trait Implementations§
impl Freeze for tTriggerChannelProperties
impl RefUnwindSafe for tTriggerChannelProperties
impl Send for tTriggerChannelProperties
impl Sync for tTriggerChannelProperties
impl Unpin for tTriggerChannelProperties
impl UnwindSafe for tTriggerChannelProperties
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