#[repr(C)]pub struct eccstr {
pub left: Eccstr,
pub right: Eccstr,
pub str_: *mut c_char,
pub offs: wordcode,
pub aoffs: wordcode,
pub nfunc: c_int,
pub hashval: c_int,
}Fields§
§left: Eccstr§right: Eccstr§str_: *mut c_char§offs: wordcode§aoffs: wordcode§nfunc: c_int§hashval: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for eccstr
impl RefUnwindSafe for eccstr
impl !Send for eccstr
impl !Sync for eccstr
impl Unpin for eccstr
impl UnwindSafe for eccstr
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