pub struct MonomeDevice { /* private fields */ }Expand description
A struct with basic informations about a Monome device, available without having set it up
Implementations§
Source§impl MonomeDevice
impl MonomeDevice
Trait Implementations§
Source§impl Debug for MonomeDevice
impl Debug for MonomeDevice
Auto Trait Implementations§
impl Freeze for MonomeDevice
impl RefUnwindSafe for MonomeDevice
impl Send for MonomeDevice
impl Sync for MonomeDevice
impl Unpin for MonomeDevice
impl UnwindSafe for MonomeDevice
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