pub enum DriverInfoKind {
Fdt {
addr: NonNull<u8>,
},
Static,
}
Variants§
Trait Implementations§
Source§impl Clone for DriverInfoKind
impl Clone for DriverInfoKind
Source§fn clone(&self) -> DriverInfoKind
fn clone(&self) -> DriverInfoKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DriverInfoKind
impl Debug for DriverInfoKind
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.
impl Send for DriverInfoKind
Auto Trait Implementations§
impl Freeze for DriverInfoKind
impl RefUnwindSafe for DriverInfoKind
impl !Sync for DriverInfoKind
impl Unpin for DriverInfoKind
impl UnwindSafe for DriverInfoKind
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