Enum stm32wb_hci::vendor::stm32wb::command::gap::IoCapability
source · #[repr(u8)]pub enum IoCapability {
Display,
DisplayConfirm,
Keyboard,
None,
KeyboardDisplay,
}Expand description
I/O capabilities available for the GAP Set I/O Capability command.
Variants§
Display
Display Only
DisplayConfirm
Display yes/no
Keyboard
Keyboard Only
None
No Input, no output
KeyboardDisplay
Keyboard display
Trait Implementations§
source§impl Clone for IoCapability
impl Clone for IoCapability
source§fn clone(&self) -> IoCapability
fn clone(&self) -> IoCapability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IoCapability
impl Debug for IoCapability
impl Copy for IoCapability
Auto Trait Implementations§
impl RefUnwindSafe for IoCapability
impl Send for IoCapability
impl Sync for IoCapability
impl Unpin for IoCapability
impl UnwindSafe for IoCapability
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