Struct wasefire_applet_api::button::count::Results
source · #[repr(C)]pub struct Results {
pub cnt: usize,
}Expand description
Results of count
Fields§
§cnt: usizeHow many buttons are on the device.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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