Enum bpf_api::probes::AttachInfo
source · [−]Variants
RawTracepoint(String)
KProbe((String, u64))
UProbe((String, u64))
Trait Implementations
sourceimpl Clone for AttachInfo
impl Clone for AttachInfo
sourcefn clone(&self) -> AttachInfo
fn clone(&self) -> AttachInfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for AttachInfo
impl Send for AttachInfo
impl Sync for AttachInfo
impl Unpin for AttachInfo
impl UnwindSafe for AttachInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more