Struct panda::sys::BusChild [−][src]
#[repr(C)]pub struct BusChild {
pub child: *mut DeviceState,
pub index: i32,
pub sibling: BusChild__bindgen_ty_1,
}Fields
child: *mut DeviceStateindex: i32sibling: BusChild__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BusChild
impl UnwindSafe for BusChild
Blanket Implementations
Mutably borrows from an owned value. Read more