#[repr(C)]pub struct Struct__hashelem {
pub name: *mut c_char,
pub index: c_int,
pub next: *mut Struct__hashelem,
pub nextelem: *mut Struct__hashelem,
}Fields§
§name: *mut c_char§index: c_int§next: *mut Struct__hashelem§nextelem: *mut Struct__hashelemTrait Implementations§
Source§impl Clone for Struct__hashelem
impl Clone for Struct__hashelem
Source§impl Default for Struct__hashelem
impl Default for Struct__hashelem
impl Copy for Struct__hashelem
Auto Trait Implementations§
impl Freeze for Struct__hashelem
impl RefUnwindSafe for Struct__hashelem
impl !Send for Struct__hashelem
impl !Sync for Struct__hashelem
impl Unpin for Struct__hashelem
impl UnwindSafe for Struct__hashelem
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