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