pub struct Waveform { /* private fields */ }Expand description
Provides file format independent access to a waveform file.
Implementations§
source§impl Waveform
impl Waveform
pub fn hierarchy(&self) -> &Hierarchy
pub fn time_table(&self) -> &[Time]
pub fn load_signals(&mut self, ids: &[SignalRef])
pub fn load_signals_multi_threaded(&mut self, ids: &[SignalRef])
pub fn unload_signals(&mut self, ids: &[SignalRef])
pub fn get_signal(&self, id: SignalRef) -> Option<&Signal>
pub fn print_backend_statistics(&self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Waveform
impl Send for Waveform
impl Sync for Waveform
impl Unpin for Waveform
impl !UnwindSafe for Waveform
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