#[repr(C)]pub struct SvgAttributeList_ {
pub attribute: SvgAttribute,
pub next: *mut SvgAttributeList,
}Fields§
§attribute: SvgAttribute§next: *mut SvgAttributeListTrait Implementations§
Source§impl Clone for SvgAttributeList_
impl Clone for SvgAttributeList_
Source§fn clone(&self) -> SvgAttributeList_
fn clone(&self) -> SvgAttributeList_
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 SvgAttributeList_
impl Debug for SvgAttributeList_
impl Copy for SvgAttributeList_
Auto Trait Implementations§
impl Freeze for SvgAttributeList_
impl RefUnwindSafe for SvgAttributeList_
impl !Send for SvgAttributeList_
impl !Sync for SvgAttributeList_
impl Unpin for SvgAttributeList_
impl UnwindSafe for SvgAttributeList_
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