pub enum ProbeKind {
Fdt {
compatibles: &'static [&'static str],
on_probe: OnProbeKindFdt,
},
}
Variants§
Fdt
Auto Trait Implementations§
impl Freeze for ProbeKind
impl RefUnwindSafe for ProbeKind
impl Send for ProbeKind
impl Sync for ProbeKind
impl Unpin for ProbeKind
impl UnwindSafe for ProbeKind
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