pub struct FdtProbeInfo {
pub hardware: Box<dyn Interface>,
pub fdt_parse_config_fn: fn(_: &[u32]) -> Result<IrqConfig, Box<dyn Error>>,
}
Fields§
§hardware: Box<dyn Interface>
§fdt_parse_config_fn: fn(_: &[u32]) -> Result<IrqConfig, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for FdtProbeInfo
impl !RefUnwindSafe for FdtProbeInfo
impl Send for FdtProbeInfo
impl !Sync for FdtProbeInfo
impl Unpin for FdtProbeInfo
impl !UnwindSafe for FdtProbeInfo
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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