#[repr(C)]pub struct _htmlEntityDesc {
pub value: c_uint,
pub name: *const c_char,
pub desc: *const c_char,
}
Fields§
§value: c_uint
§name: *const c_char
§desc: *const c_char
Trait Implementations§
Source§impl Clone for _htmlEntityDesc
impl Clone for _htmlEntityDesc
Source§fn clone(&self) -> _htmlEntityDesc
fn clone(&self) -> _htmlEntityDesc
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _htmlEntityDesc
impl Debug for _htmlEntityDesc
impl Copy for _htmlEntityDesc
Auto Trait Implementations§
impl Freeze for _htmlEntityDesc
impl RefUnwindSafe for _htmlEntityDesc
impl !Send for _htmlEntityDesc
impl !Sync for _htmlEntityDesc
impl Unpin 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