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