#[repr(C)]pub struct shfunc {
pub node: hashnode,
pub filename: *mut c_char,
pub lineno: zlong,
pub funcdef: Eprog,
pub redir: Eprog,
pub sticky: Emulation_options,
}Fields§
§node: hashnode§filename: *mut c_char§lineno: zlong§funcdef: Eprog§redir: Eprog§sticky: Emulation_optionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for shfunc
impl RefUnwindSafe for shfunc
impl !Send for shfunc
impl !Sync for shfunc
impl Unpin for shfunc
impl UnwindSafe for shfunc
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