Struct elgato_streamdeck::asynchronous::DeviceStateReader
source · pub struct DeviceStateReader { /* 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 DeviceStateReader
impl Send for DeviceStateReader
impl Sync for DeviceStateReader
impl Unpin for DeviceStateReader
impl !UnwindSafe for DeviceStateReader
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