#[repr(C, packed(1))]pub struct tPS6000TriggerConditions {
pub channelA: PS6000_TRIGGER_STATE,
pub channelB: PS6000_TRIGGER_STATE,
pub channelC: PS6000_TRIGGER_STATE,
pub channelD: PS6000_TRIGGER_STATE,
pub external: PS6000_TRIGGER_STATE,
pub aux: PS6000_TRIGGER_STATE,
pub pulseWidthQualifier: PS6000_TRIGGER_STATE,
}Fields§
§channelA: PS6000_TRIGGER_STATE§channelB: PS6000_TRIGGER_STATE§channelC: PS6000_TRIGGER_STATE§channelD: PS6000_TRIGGER_STATE§external: PS6000_TRIGGER_STATE§aux: PS6000_TRIGGER_STATE§pulseWidthQualifier: PS6000_TRIGGER_STATETrait Implementations§
Source§impl Clone for tPS6000TriggerConditions
impl Clone for tPS6000TriggerConditions
Source§fn clone(&self) -> tPS6000TriggerConditions
fn clone(&self) -> tPS6000TriggerConditions
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 tPS6000TriggerConditions
impl Debug for tPS6000TriggerConditions
impl Copy for tPS6000TriggerConditions
Auto Trait Implementations§
impl Freeze for tPS6000TriggerConditions
impl RefUnwindSafe for tPS6000TriggerConditions
impl Send for tPS6000TriggerConditions
impl Sync for tPS6000TriggerConditions
impl Unpin for tPS6000TriggerConditions
impl UnwindSafe for tPS6000TriggerConditions
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