pub struct Threshold {
pub kind: ThresholdKind,
pub readable: bool,
pub settable: bool,
pub event_assert_going_high: bool,
pub event_assert_going_low: bool,
pub event_deassert_going_high: bool,
pub event_deassert_going_low: bool,
}Fields§
§kind: ThresholdKind§readable: bool§settable: bool§event_assert_going_high: bool§event_assert_going_low: bool§event_deassert_going_high: bool§event_deassert_going_low: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Threshold
impl RefUnwindSafe for Threshold
impl Send for Threshold
impl Sync for Threshold
impl Unpin for Threshold
impl UnwindSafe for Threshold
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