Struct re_set_lib::signals::InputStreamAdded
source · pub struct InputStreamAdded {
pub stream: InputStream,
}
Fields§
§stream: InputStream
Trait Implementations§
source§impl AppendAll for InputStreamAdded
impl AppendAll for InputStreamAdded
source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§impl Debug for InputStreamAdded
impl Debug for InputStreamAdded
source§impl GetVal<(InputStream,)> for InputStreamAdded
impl GetVal<(InputStream,)> for InputStreamAdded
fn get_value(&self) -> (InputStream,)
source§impl ReadAll for InputStreamAdded
impl ReadAll for InputStreamAdded
source§impl SignalArgs for InputStreamAdded
impl SignalArgs for InputStreamAdded
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 InputStreamAdded
impl RefUnwindSafe for InputStreamAdded
impl Send for InputStreamAdded
impl Sync for InputStreamAdded
impl Unpin for InputStreamAdded
impl UnwindSafe for InputStreamAdded
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