pub struct BpfSkelDoc {
pub version: Option<String>,
pub brief: Option<String>,
pub details: Option<String>,
pub description: Option<String>,
}
Expand description
Docs of a bpf skeleton I’m sure you can understand the meaning of the fields without any docs… UPD: I’ve forgotten deep source..
Fields§
§version: Option<String>
§brief: Option<String>
§details: Option<String>
§description: Option<String>
Trait Implementations§
Source§impl Clone for BpfSkelDoc
impl Clone for BpfSkelDoc
Source§fn clone(&self) -> BpfSkelDoc
fn clone(&self) -> BpfSkelDoc
Returns a duplicate 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 BpfSkelDoc
impl Debug for BpfSkelDoc
Source§impl Default for BpfSkelDoc
impl Default for BpfSkelDoc
Source§fn default() -> BpfSkelDoc
fn default() -> BpfSkelDoc
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BpfSkelDoc
impl<'de> Deserialize<'de> for BpfSkelDoc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BpfSkelDoc
impl PartialEq for BpfSkelDoc
Source§impl Serialize for BpfSkelDoc
impl Serialize for BpfSkelDoc
impl Eq for BpfSkelDoc
impl StructuralPartialEq for BpfSkelDoc
Auto Trait Implementations§
impl Freeze for BpfSkelDoc
impl RefUnwindSafe for BpfSkelDoc
impl Send for BpfSkelDoc
impl Sync for BpfSkelDoc
impl Unpin for BpfSkelDoc
impl UnwindSafe for BpfSkelDoc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.