#[repr(C)]pub struct _htmlElemDesc {Show 14 fields
pub name: *const c_char,
pub startTag: c_char,
pub endTag: c_char,
pub saveEndTag: c_char,
pub empty: c_char,
pub depr: c_char,
pub dtd: c_char,
pub isinline: c_char,
pub desc: *const c_char,
pub subelts: *mut *const c_char,
pub defaultsubelt: *const c_char,
pub attrs_opt: *mut *const c_char,
pub attrs_depr: *mut *const c_char,
pub attrs_req: *mut *const c_char,
}
Fields§
§name: *const c_char
§startTag: c_char
§endTag: c_char
§saveEndTag: c_char
§empty: c_char
§depr: c_char
§dtd: c_char
§isinline: c_char
§desc: *const c_char
§subelts: *mut *const c_char
§defaultsubelt: *const c_char
§attrs_opt: *mut *const c_char
§attrs_depr: *mut *const c_char
§attrs_req: *mut *const c_char
Trait Implementations§
Source§impl Clone for _htmlElemDesc
impl Clone for _htmlElemDesc
Source§fn clone(&self) -> _htmlElemDesc
fn clone(&self) -> _htmlElemDesc
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 _htmlElemDesc
impl Debug for _htmlElemDesc
impl Copy for _htmlElemDesc
Auto Trait Implementations§
impl Freeze for _htmlElemDesc
impl RefUnwindSafe for _htmlElemDesc
impl !Send for _htmlElemDesc
impl !Sync for _htmlElemDesc
impl Unpin for _htmlElemDesc
impl UnwindSafe for _htmlElemDesc
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