pub struct BpfValue(/* private fields */);Implementations§
Trait Implementations§
impl Copy for BpfValue
Auto Trait Implementations§
impl Freeze for BpfValue
impl RefUnwindSafe for BpfValue
impl Send for BpfValue
impl Sync for BpfValue
impl Unpin for BpfValue
impl UnwindSafe for BpfValue
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