Struct wellen::SignalSource
source · pub struct SignalSource { /* private fields */ }Implementations§
source§impl SignalSource
impl SignalSource
sourcepub fn load_signals(
&mut self,
ids: &[SignalRef],
hierarchy: &Hierarchy,
multi_threaded: bool
) -> Vec<(SignalRef, Signal)>
pub fn load_signals( &mut self, ids: &[SignalRef], hierarchy: &Hierarchy, multi_threaded: bool ) -> Vec<(SignalRef, Signal)>
Loads new signals. Many implementations take advantage of loading multiple signals at a time.
sourcepub fn print_statistics(&self)
pub fn print_statistics(&self)
Print memory size / speed statistics.
Auto Trait Implementations§
impl Freeze for SignalSource
impl !RefUnwindSafe for SignalSource
impl Send for SignalSource
impl Sync for SignalSource
impl Unpin for SignalSource
impl !UnwindSafe for SignalSource
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