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