#[repr(C, packed(1))]pub struct tPS6000TriggerChannelProperties {
pub thresholdUpper: i16,
pub hysteresisUpper: u16,
pub thresholdLower: i16,
pub hysteresisLower: u16,
pub channel: PS6000_CHANNEL,
pub thresholdMode: PS6000_THRESHOLD_MODE,
}Fields§
§thresholdUpper: i16§hysteresisUpper: u16§thresholdLower: i16§hysteresisLower: u16§channel: PS6000_CHANNEL§thresholdMode: PS6000_THRESHOLD_MODETrait Implementations§
Source§impl Clone for tPS6000TriggerChannelProperties
impl Clone for tPS6000TriggerChannelProperties
Source§fn clone(&self) -> tPS6000TriggerChannelProperties
fn clone(&self) -> tPS6000TriggerChannelProperties
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 moreimpl Copy for tPS6000TriggerChannelProperties
Auto Trait Implementations§
impl Freeze for tPS6000TriggerChannelProperties
impl RefUnwindSafe for tPS6000TriggerChannelProperties
impl Send for tPS6000TriggerChannelProperties
impl Sync for tPS6000TriggerChannelProperties
impl Unpin for tPS6000TriggerChannelProperties
impl UnwindSafe for tPS6000TriggerChannelProperties
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