Enum esp32_nimble::enums::SecurityIOCap
source · #[repr(u8)]pub enum SecurityIOCap {
DisplayOnly = 0,
DisplayYesNo = 1,
KeyboardOnly = 2,
NoInputNoOutput = 3,
KeyboardDisplay = 4,
}
Variants§
DisplayOnly = 0
DisplayOnly IO capability
DisplayYesNo = 1
DisplayYesNo IO capability
KeyboardOnly = 2
KeyboardOnly IO capability
NoInputNoOutput = 3
NoInputNoOutput IO capability
KeyboardDisplay = 4
KeyboardDisplay Only IO capability
Trait Implementations§
source§impl Clone for SecurityIOCap
impl Clone for SecurityIOCap
source§fn clone(&self) -> SecurityIOCap
fn clone(&self) -> SecurityIOCap
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SecurityIOCap
impl Debug for SecurityIOCap
source§impl PartialEq for SecurityIOCap
impl PartialEq for SecurityIOCap
source§fn eq(&self, other: &SecurityIOCap) -> bool
fn eq(&self, other: &SecurityIOCap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecurityIOCap
impl StructuralPartialEq for SecurityIOCap
Auto Trait Implementations§
impl Freeze for SecurityIOCap
impl RefUnwindSafe for SecurityIOCap
impl Send for SecurityIOCap
impl Sync for SecurityIOCap
impl Unpin for SecurityIOCap
impl UnwindSafe for SecurityIOCap
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)