#[repr(C)]pub struct CFXMLElementTypeDeclarationInfo {
pub contentDescription: CFStringRef,
}Expand description
Apple SDK struct CFXMLElementTypeDeclarationInfo.
Fields§
§contentDescription: CFStringRefTrait Implementations§
Source§impl Clone for CFXMLElementTypeDeclarationInfo
impl Clone for CFXMLElementTypeDeclarationInfo
Source§fn clone(&self) -> CFXMLElementTypeDeclarationInfo
fn clone(&self) -> CFXMLElementTypeDeclarationInfo
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 moreimpl Copy for CFXMLElementTypeDeclarationInfo
Auto Trait Implementations§
impl Freeze for CFXMLElementTypeDeclarationInfo
impl RefUnwindSafe for CFXMLElementTypeDeclarationInfo
impl !Send for CFXMLElementTypeDeclarationInfo
impl !Sync for CFXMLElementTypeDeclarationInfo
impl Unpin for CFXMLElementTypeDeclarationInfo
impl UnsafeUnpin for CFXMLElementTypeDeclarationInfo
impl UnwindSafe for CFXMLElementTypeDeclarationInfo
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