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