pub struct Stim { /* private fields */ }Expand description
Stimulus Port
Implementations
sourceimpl Stim
 
impl Stim
sourcepub fn is_fifo_ready(&self) -> bool
 
pub fn is_fifo_ready(&self) -> bool
Returns true if the stimulus port is ready to accept more data
Auto Trait Implementations
impl !RefUnwindSafe for Stim
impl Send for Stim
impl !Sync for Stim
impl Unpin for Stim
impl UnwindSafe for Stim
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more