pub struct OutputEntry<'a> {
pub signal: &'a Signal,
pub value: OutputValue,
}Expand description
An output value read from a specific signal
Fields§
§signal: &'a Signal§value: OutputValueTrait Implementations§
Source§impl<'a> Clone for OutputEntry<'a>
impl<'a> Clone for OutputEntry<'a>
Source§fn clone(&self) -> OutputEntry<'a>
fn clone(&self) -> OutputEntry<'a>
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<'a> Debug for OutputEntry<'a>
impl<'a> Debug for OutputEntry<'a>
Source§impl<'a> PartialEq for OutputEntry<'a>
impl<'a> PartialEq for OutputEntry<'a>
impl<'a> Eq for OutputEntry<'a>
impl<'a> StructuralPartialEq for OutputEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for OutputEntry<'a>
impl<'a> RefUnwindSafe for OutputEntry<'a>
impl<'a> Send for OutputEntry<'a>
impl<'a> Sync for OutputEntry<'a>
impl<'a> Unpin for OutputEntry<'a>
impl<'a> UnwindSafe for OutputEntry<'a>
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