#[repr(C)]pub struct CPLXMLNode {
pub eType: Type,
pub pszValue: *mut c_char,
pub psNext: *mut CPLXMLNode,
pub psChild: *mut CPLXMLNode,
}Fields§
§eType: Type§pszValue: *mut c_char§psNext: *mut CPLXMLNode§psChild: *mut CPLXMLNodeTrait Implementations§
Source§impl Clone for CPLXMLNode
impl Clone for CPLXMLNode
Source§fn clone(&self) -> CPLXMLNode
fn clone(&self) -> CPLXMLNode
Returns a duplicate 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 CPLXMLNode
impl Debug for CPLXMLNode
impl Copy for CPLXMLNode
Auto Trait Implementations§
impl Freeze for CPLXMLNode
impl RefUnwindSafe for CPLXMLNode
impl !Send for CPLXMLNode
impl !Sync for CPLXMLNode
impl Unpin for CPLXMLNode
impl UnwindSafe for CPLXMLNode
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