Enum esp32_nimble::enums::PowerType
source · #[repr(u32)]pub enum PowerType {
ConnHdl0 = 0,
ConnHdl1 = 1,
ConnHdl2 = 2,
ConnHdl3 = 3,
ConnHdl4 = 4,
ConnHdl5 = 5,
ConnHdl6 = 6,
ConnHdl7 = 7,
ConnHdl8 = 8,
Advertising = 9,
Scan = 10,
Default = 11,
}
Variants§
ConnHdl0 = 0
For connection handle 0
ConnHdl1 = 1
For connection handle 1
ConnHdl2 = 2
For connection handle 2
ConnHdl3 = 3
For connection handle 3
ConnHdl4 = 4
For connection handle 4
ConnHdl5 = 5
For connection handle 5
ConnHdl6 = 6
For connection handle 6
ConnHdl7 = 7
For connection handle 7
ConnHdl8 = 8
For connection handle 8
Advertising = 9
For advertising
Scan = 10
For scan
Default = 11
For default, if not set other, it will use default value
Trait Implementations§
impl Copy for PowerType
impl StructuralPartialEq for PowerType
Auto Trait Implementations§
impl Freeze for PowerType
impl RefUnwindSafe for PowerType
impl Send for PowerType
impl Sync for PowerType
impl Unpin for PowerType
impl UnwindSafe for PowerType
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
)