#[repr(C)]pub struct SvgXmlNode {
pub node: *const c_void,
pub run_destructor: bool,
}Fields§
§node: *const c_void§run_destructor: boolTrait Implementations§
Source§impl Clone for SvgXmlNode
impl Clone for SvgXmlNode
Source§fn clone(&self) -> SvgXmlNode
fn clone(&self) -> SvgXmlNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for SvgXmlNode
impl !Sync for SvgXmlNode
impl Freeze for SvgXmlNode
impl RefUnwindSafe for SvgXmlNode
impl Unpin for SvgXmlNode
impl UnsafeUnpin for SvgXmlNode
impl UnwindSafe for SvgXmlNode
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