pub enum GattClientControllerEvent {
#[non_exhaustive] _UnknownEvent {
ordinal: u64,
},
}Variants§
#[non_exhaustive]_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GattClientControllerEvent
impl RefUnwindSafe for GattClientControllerEvent
impl Send for GattClientControllerEvent
impl Sync for GattClientControllerEvent
impl Unpin for GattClientControllerEvent
impl UnsafeUnpin for GattClientControllerEvent
impl UnwindSafe for GattClientControllerEvent
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