#[repr(u32)]pub enum bt_flags_e {
BT_FLAG_UPDATE_TIMEOUT = 1,
BT_FLAG_LOW_POWER = 2,
}Variants§
Trait Implementations§
Source§impl Clone for bt_flags_e
impl Clone for bt_flags_e
Source§fn clone(&self) -> bt_flags_e
fn clone(&self) -> bt_flags_e
Returns a duplicate 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 bt_flags_e
impl Debug for bt_flags_e
Source§impl Hash for bt_flags_e
impl Hash for bt_flags_e
Source§impl PartialEq for bt_flags_e
impl PartialEq for bt_flags_e
impl Copy for bt_flags_e
impl Eq for bt_flags_e
impl StructuralPartialEq for bt_flags_e
Auto Trait Implementations§
impl Freeze for bt_flags_e
impl RefUnwindSafe for bt_flags_e
impl Send for bt_flags_e
impl Sync for bt_flags_e
impl Unpin for bt_flags_e
impl UnwindSafe for bt_flags_e
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