pub struct BuildBpf { /* private fields */ }Implementations§
Source§impl BuildBpf
impl BuildBpf
pub fn bpf_prog_name(&self) -> String
pub fn try_build(&self) -> Result<&Self, Error>
pub fn must_build(&self) -> &Self
pub fn try_sym_link_skel_to(&self, dst: &str) -> Result<&Self, Error>
pub fn must_sym_link_skel_to(&self, dst: &str) -> &Self
Auto Trait Implementations§
impl Freeze for BuildBpf
impl RefUnwindSafe for BuildBpf
impl Send for BuildBpf
impl Sync for BuildBpf
impl Unpin for BuildBpf
impl UnwindSafe for BuildBpf
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