#[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: i32§service: bt_service_e§state: bt_service_state_e§lock: i32§users: [pid_t; 16]§__bindgen_anon_1: bt_service_obj_s__bindgen_ty_1Trait Implementations§
Source§impl Clone for bt_service_obj_s
impl Clone for bt_service_obj_s
Source§fn clone(&self) -> bt_service_obj_s
fn clone(&self) -> bt_service_obj_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for bt_service_obj_s
Auto Trait Implementations§
impl Freeze for bt_service_obj_s
impl RefUnwindSafe for bt_service_obj_s
impl Send for bt_service_obj_s
impl Sync for bt_service_obj_s
impl Unpin for bt_service_obj_s
impl UnwindSafe for bt_service_obj_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more