pub struct FdtProbeInfo {
pub hardware: Hardware,
pub fdt_parse_config_fn: FdtParseConfigFn,
}
Fields§
§hardware: Hardware
§fdt_parse_config_fn: FdtParseConfigFn
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> 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