pub struct SignalOutSample {
pub path: HostPathId,
pub value: Signal,
}Expand description
One SignalOut level written during the last loom.
Fields§
§path: HostPathIdDense id for the SignalOut host path (resolve once after bind).
value: SignalSignal level written by the loom this frame.
Trait Implementations§
Source§impl Clone for SignalOutSample
impl Clone for SignalOutSample
Source§fn clone(&self) -> SignalOutSample
fn clone(&self) -> SignalOutSample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SignalOutSample
Auto Trait Implementations§
impl Freeze for SignalOutSample
impl RefUnwindSafe for SignalOutSample
impl Send for SignalOutSample
impl Sync for SignalOutSample
impl Unpin for SignalOutSample
impl UnsafeUnpin for SignalOutSample
impl UnwindSafe for SignalOutSample
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