#[repr(C)]pub struct hashnode {
pub next: HashNode,
pub nam: *mut c_char,
pub flags: c_int,
}
Fields§
§next: HashNode
§nam: *mut c_char
§flags: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hashnode
impl RefUnwindSafe for hashnode
impl !Send for hashnode
impl !Sync for hashnode
impl Unpin for hashnode
impl UnwindSafe for hashnode
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