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