pub struct __CFXMLNode { /* private fields */ }Expand description
Opaque Apple SDK type __CFXMLNode.
Trait Implementations§
Source§impl Clone for __CFXMLNode
impl Clone for __CFXMLNode
Source§fn clone(&self) -> __CFXMLNode
fn clone(&self) -> __CFXMLNode
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 moreSource§impl Debug for __CFXMLNode
impl Debug for __CFXMLNode
impl Copy for __CFXMLNode
Auto Trait Implementations§
impl Freeze for __CFXMLNode
impl RefUnwindSafe for __CFXMLNode
impl Send for __CFXMLNode
impl Sync for __CFXMLNode
impl Unpin for __CFXMLNode
impl UnsafeUnpin for __CFXMLNode
impl UnwindSafe for __CFXMLNode
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