pub struct DriverRegister {
pub name: &'static str,
pub probe_kinds: &'static [ProbeKind],
}Fields§
§name: &'static str§probe_kinds: &'static [ProbeKind]Trait Implementations§
Source§impl Clone for DriverRegister
impl Clone for DriverRegister
Source§fn clone(&self) -> DriverRegister
fn clone(&self) -> DriverRegister
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 moreimpl Send for DriverRegister
impl Sync for DriverRegister
Auto Trait Implementations§
impl Freeze for DriverRegister
impl RefUnwindSafe for DriverRegister
impl Unpin for DriverRegister
impl UnwindSafe for DriverRegister
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