pub struct Skeleton<App>where
App: BpfApp,{
pub app: Box<App>,
/* private fields */
}Fields§
§app: Box<App>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<App> Freeze for Skeleton<App>
impl<App> RefUnwindSafe for Skeleton<App>where
App: RefUnwindSafe,
impl<App> !Send for Skeleton<App>
impl<App> !Sync for Skeleton<App>
impl<App> Unpin for Skeleton<App>
impl<App> UnwindSafe for Skeleton<App>where
App: UnwindSafe,
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