Struct riot_sys::ble_gap_event_listener
source · [−]#[repr(C)]pub struct ble_gap_event_listener {
pub fn_: ble_gap_event_fn,
pub arg: *mut c_void,
pub link: ble_gap_event_listener__bindgen_ty_1,
}
Expand description
Event listener structure
This should be used as an opaque structure and not modified manually.
Fields
fn_: ble_gap_event_fn
arg: *mut c_void
link: ble_gap_event_listener__bindgen_ty_1
Trait Implementations
sourceimpl Clone for ble_gap_event_listener
impl Clone for ble_gap_event_listener
sourcefn clone(&self) -> ble_gap_event_listener
fn clone(&self) -> ble_gap_event_listener
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ble_gap_event_listener
impl Debug for ble_gap_event_listener
sourceimpl Default for ble_gap_event_listener
impl Default for ble_gap_event_listener
impl Copy for ble_gap_event_listener
Auto Trait Implementations
impl RefUnwindSafe for ble_gap_event_listener
impl !Send for ble_gap_event_listener
impl !Sync for ble_gap_event_listener
impl Unpin for ble_gap_event_listener
impl UnwindSafe for ble_gap_event_listener
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more