pub struct BusChild {
pub name: String,
pub base_addr: u64,
pub size: u64,
}Fields§
§name: String§base_addr: u64§size: u64Trait 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 UnsafeUnpin 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