Struct riot_sys::gpio_isr_ctx_t
source · [−]Fields
cb: gpio_cb_t
< interrupt callback
arg: *mut c_void
< optional argument
Trait Implementations
sourceimpl Clone for gpio_isr_ctx_t
impl Clone for gpio_isr_ctx_t
sourcefn clone(&self) -> gpio_isr_ctx_t
fn clone(&self) -> gpio_isr_ctx_t
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 gpio_isr_ctx_t
impl Debug for gpio_isr_ctx_t
sourceimpl Default for gpio_isr_ctx_t
impl Default for gpio_isr_ctx_t
impl Copy for gpio_isr_ctx_t
Auto Trait Implementations
impl RefUnwindSafe for gpio_isr_ctx_t
impl !Send for gpio_isr_ctx_t
impl !Sync for gpio_isr_ctx_t
impl Unpin for gpio_isr_ctx_t
impl UnwindSafe for gpio_isr_ctx_t
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