Struct re_set_lib::signals::OutputStreamAdded
source · pub struct OutputStreamAdded {
pub stream: OutputStream,
}
Fields§
§stream: OutputStream
Trait Implementations§
source§impl AppendAll for OutputStreamAdded
impl AppendAll for OutputStreamAdded
source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§impl Debug for OutputStreamAdded
impl Debug for OutputStreamAdded
source§impl GetVal<(OutputStream,)> for OutputStreamAdded
impl GetVal<(OutputStream,)> for OutputStreamAdded
fn get_value(&self) -> (OutputStream,)
source§impl ReadAll for OutputStreamAdded
impl ReadAll for OutputStreamAdded
source§impl SignalArgs for OutputStreamAdded
impl SignalArgs for OutputStreamAdded
source§fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
Returns a message that emits the signal.
source§fn from_message(m: &Message) -> Option<Self>
fn from_message(m: &Message) -> Option<Self>
If the message is a signal of the correct type, return its arguments, otherwise return None. Read more
Auto Trait Implementations§
impl Freeze for OutputStreamAdded
impl RefUnwindSafe for OutputStreamAdded
impl Send for OutputStreamAdded
impl Sync for OutputStreamAdded
impl Unpin for OutputStreamAdded
impl UnwindSafe for OutputStreamAdded
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