pub struct LinearEngineLoader;Expand description
Loader for a LinearEngine.
Trait Implementations§
Source§impl Default for LinearEngineLoader
impl Default for LinearEngineLoader
Source§fn default() -> LinearEngineLoader
fn default() -> LinearEngineLoader
Returns the “default value” for a type. Read more
Source§impl Loader for LinearEngineLoader
impl Loader for LinearEngineLoader
Source§type Component = LinearEngine
type Component = LinearEngine
The component that is loaded.
Source§fn load(self, ebpf: &mut Ebpf) -> Result<Self::Component, Error>
fn load(self, ebpf: &mut Ebpf) -> Result<Self::Component, Error>
Loads the
Self::Component Read moreSource§fn configure(&self, _ebpf_loader: &mut EbpfLoader<'_>) -> Result<(), Error>
fn configure(&self, _ebpf_loader: &mut EbpfLoader<'_>) -> Result<(), Error>
Optionally set map max entries or otherwise interact with the
EbpfLoader. Read moreAuto Trait Implementations§
impl Freeze for LinearEngineLoader
impl RefUnwindSafe for LinearEngineLoader
impl Send for LinearEngineLoader
impl Sync for LinearEngineLoader
impl Unpin for LinearEngineLoader
impl UnsafeUnpin for LinearEngineLoader
impl UnwindSafe for LinearEngineLoader
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