Struct linux_syscalls::env::aux::Filename
source · #[non_exhaustive]pub struct Filename;Expand description
Filename of program (AT_EXECFN).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Filename
impl Send for Filename
impl Sync for Filename
impl Unpin for Filename
impl UnwindSafe for Filename
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