Struct panda_sys::DeviceListener [−][src]
#[repr(C)]pub struct DeviceListener { pub realize: Option<unsafe extern "C" fn(listener: *mut DeviceListener, dev: *mut DeviceState)>, pub unrealize: Option<unsafe extern "C" fn(listener: *mut DeviceListener, dev: *mut DeviceState)>, pub link: DeviceListener__bindgen_ty_1, }
Fields
realize: Option<unsafe extern "C" fn(listener: *mut DeviceListener, dev: *mut DeviceState)>unrealize: Option<unsafe extern "C" fn(listener: *mut DeviceListener, dev: *mut DeviceState)>link: DeviceListener__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceListenerimpl !Send for DeviceListenerimpl !Sync for DeviceListenerimpl Unpin for DeviceListenerimpl UnwindSafe for DeviceListenerBlanket Implementations
Mutably borrows from an owned value. Read more