Struct elgato_streamdeck::asynchronous::ButtonStateReader
source · pub struct ButtonStateReader { /* private fields */ }Available on crate feature
async only.Expand description
Button reader that keeps state of the Stream Deck and returns events instead of full states
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ButtonStateReader
impl Send for ButtonStateReader
impl Sync for ButtonStateReader
impl Unpin for ButtonStateReader
impl !UnwindSafe for ButtonStateReader
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