Struct bl602_sdk::gpio::_gpio_ctx_desc [−][src]
#[repr(C)]pub struct _gpio_ctx_desc { pub next: *mut _gpio_ctx_desc, pub gpio_handler: Option<unsafe extern "C" fn(arg1: *mut c_void)>, pub arg: *mut c_void, pub gpioPin: u8, pub intCtrlMod: u8, pub intTrgMod: u8, }
Fields
next: *mut _gpio_ctx_desc
gpio_handler: Option<unsafe extern "C" fn(arg1: *mut c_void)>
arg: *mut c_void
gpioPin: u8
intCtrlMod: u8
intTrgMod: u8
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.