pub struct InvalidTypeBinding<T> {
pub value: T,
}
Expand description
Invalid bindings to the bpf type from the parsed/received value.
Fields§
§value: T
The value parsed/received.
Auto Trait Implementations§
impl<T> Freeze for InvalidTypeBinding<T>where
T: Freeze,
impl<T> RefUnwindSafe for InvalidTypeBinding<T>where
T: RefUnwindSafe,
impl<T> Send for InvalidTypeBinding<T>where
T: Send,
impl<T> Sync for InvalidTypeBinding<T>where
T: Sync,
impl<T> Unpin for InvalidTypeBinding<T>where
T: Unpin,
impl<T> UnwindSafe for InvalidTypeBinding<T>where
T: 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