pub enum ProbeData {
Fdt(ProbeData),
Static,
}
Variants§
Trait Implementations§
Source§impl From<DriverInfoKind> for ProbeData
impl From<DriverInfoKind> for ProbeData
Source§fn from(value: DriverInfoKind) -> ProbeData
fn from(value: DriverInfoKind) -> ProbeData
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProbeData
impl RefUnwindSafe for ProbeData
impl Send for ProbeData
impl !Sync for ProbeData
impl Unpin for ProbeData
impl UnwindSafe for ProbeData
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