Struct linux_syscalls::env::aux::NotElf
source · #[non_exhaustive]pub struct NotElf;Expand description
Program is not ELF (AT_NOTELF).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NotElf
impl Send for NotElf
impl Sync for NotElf
impl Unpin for NotElf
impl UnwindSafe for NotElf
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