pub struct Stim { /* fields omitted */ }Expand description
Writes an u8 payload into the stimulus port
Writes an u16 payload into the stimulus port
Writes an u32 payload into the stimulus port
Returns true if the stimulus port is ready to accept more data
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.