pub struct EbpfRelocationError { /* private fields */ }Expand description
The error type returned by Object::relocate_maps and Object::relocate_calls
Trait Implementations§
Source§impl Debug for EbpfRelocationError
impl Debug for EbpfRelocationError
Source§impl Display for EbpfRelocationError
impl Display for EbpfRelocationError
Source§impl Error for EbpfRelocationError
impl Error for EbpfRelocationError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for EbpfRelocationError
impl RefUnwindSafe for EbpfRelocationError
impl Send for EbpfRelocationError
impl Sync for EbpfRelocationError
impl Unpin for EbpfRelocationError
impl UnsafeUnpin for EbpfRelocationError
impl UnwindSafe for EbpfRelocationError
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