#[repr(C)]pub struct _htmlEntityDesc {
pub value: c_uint,
pub name: *const c_char,
pub desc: *const c_char,
}Expand description
Rust mirror of struct _htmlEntityDesc (HTMLparser.h).
Fields§
§value: c_uint§name: *const c_char§desc: *const c_charTrait Implementations§
impl Send for _htmlEntityDesc
impl Sync for _htmlEntityDesc
Auto Trait Implementations§
impl Freeze for _htmlEntityDesc
impl RefUnwindSafe for _htmlEntityDesc
impl Unpin for _htmlEntityDesc
impl UnsafeUnpin for _htmlEntityDesc
impl UnwindSafe for _htmlEntityDesc
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