Struct libbpf_rs::query::RawTracepointLinkInfo
source · pub struct RawTracepointLinkInfo {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
source§impl Clone for RawTracepointLinkInfo
impl Clone for RawTracepointLinkInfo
source§fn clone(&self) -> RawTracepointLinkInfo
fn clone(&self) -> RawTracepointLinkInfo
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 moreAuto Trait Implementations§
impl Freeze for RawTracepointLinkInfo
impl RefUnwindSafe for RawTracepointLinkInfo
impl Send for RawTracepointLinkInfo
impl Sync for RawTracepointLinkInfo
impl Unpin for RawTracepointLinkInfo
impl UnwindSafe for RawTracepointLinkInfo
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