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