#[repr(C)]pub struct BusChild {
pub rcu: rcu_head,
pub child: *mut DeviceState,
pub index: c_int,
pub sibling: BusChild__bindgen_ty_1,
}
Fields§
§rcu: rcu_head
§child: *mut DeviceState
§index: c_int
§sibling: BusChild__bindgen_ty_1
Trait Implementations§
impl Copy for BusChild
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