#[repr(C)]pub struct BusChild {
pub child: *mut DeviceState,
pub index: i32,
pub sibling: BusChild__bindgen_ty_1,
}Fields§
§child: *mut DeviceState§index: i32§sibling: BusChild__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusChild
impl RefUnwindSafe for BusChild
impl !Send for BusChild
impl !Sync for BusChild
impl Unpin for BusChild
impl UnwindSafe for BusChild
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