Struct inkview_sys::c_api::bt_service_obj_s [−][src]
#[repr(C)]pub struct bt_service_obj_s { pub id: i32, pub service: bt_service_e, pub state: bt_service_state_e, pub lock: i32, pub users: [pid_t; 16], pub __bindgen_anon_1: bt_service_obj_s__bindgen_ty_1, }
Fields
id: i32service: bt_service_estate: bt_service_state_elock: i32users: [pid_t; 16]__bindgen_anon_1: bt_service_obj_s__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bt_service_obj_simpl Send for bt_service_obj_simpl Sync for bt_service_obj_simpl Unpin for bt_service_obj_simpl UnwindSafe for bt_service_obj_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V