[][src]Trait rebpf::BpfFd

pub trait BpfFd {
    type BpfInfoType;
    fn fd(&self) -> c_int;
}

Associated Types

Loading content...

Required methods

fn fd(&self) -> c_int

Loading content...

Implementors

impl<T, U> BpfFd for BpfFdImpl<T, U> where
    T: BpfInfo<BpfRawInfoType = U>, 
[src]

type BpfInfoType = T

impl<T, U> BpfFd for BpfMapFd<T, U>[src]

type BpfInfoType = BpfMapInfo

Loading content...