#[repr(C)]pub struct histent {
pub node: hashnode,
pub up: Histent,
pub down: Histent,
pub zle_text: *mut c_char,
pub stim: time_t,
pub ftim: time_t,
pub words: *mut c_short,
pub nwords: c_int,
pub histnum: zlong,
}Fields§
§node: hashnode§up: Histent§down: Histent§zle_text: *mut c_char§stim: time_t§ftim: time_t§words: *mut c_short§nwords: c_int§histnum: zlongTrait Implementations§
Auto Trait Implementations§
impl Freeze for histent
impl RefUnwindSafe for histent
impl !Send for histent
impl !Sync for histent
impl Unpin for histent
impl UnwindSafe for histent
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