#[repr(C)]pub struct _xmlSchemaAttributeGroup {Show 15 fields
pub type_: xmlSchemaTypeType,
pub next: *mut _xmlSchemaAttribute,
pub name: *const xmlChar,
pub id: *const xmlChar,
pub ref_: *const xmlChar,
pub refNs: *const xmlChar,
pub annot: xmlSchemaAnnotPtr,
pub attributes: xmlSchemaAttributePtr,
pub node: xmlNodePtr,
pub flags: c_int,
pub attributeWildcard: xmlSchemaWildcardPtr,
pub refPrefix: *const xmlChar,
pub refItem: xmlSchemaAttributeGroupPtr,
pub targetNamespace: *const xmlChar,
pub attrUses: *mut c_void,
}Fields§
§type_: xmlSchemaTypeType§next: *mut _xmlSchemaAttribute§name: *const xmlChar§id: *const xmlChar§ref_: *const xmlChar§refNs: *const xmlChar§annot: xmlSchemaAnnotPtr§attributes: xmlSchemaAttributePtr§node: xmlNodePtr§flags: c_int§attributeWildcard: xmlSchemaWildcardPtr§refPrefix: *const xmlChar§refItem: xmlSchemaAttributeGroupPtr§targetNamespace: *const xmlChar§attrUses: *mut c_voidTrait Implementations§
Source§impl Clone for _xmlSchemaAttributeGroup
impl Clone for _xmlSchemaAttributeGroup
Source§fn clone(&self) -> _xmlSchemaAttributeGroup
fn clone(&self) -> _xmlSchemaAttributeGroup
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 _xmlSchemaAttributeGroup
impl Debug for _xmlSchemaAttributeGroup
impl Copy for _xmlSchemaAttributeGroup
Auto Trait Implementations§
impl Freeze for _xmlSchemaAttributeGroup
impl RefUnwindSafe for _xmlSchemaAttributeGroup
impl !Send for _xmlSchemaAttributeGroup
impl !Sync for _xmlSchemaAttributeGroup
impl Unpin for _xmlSchemaAttributeGroup
impl UnwindSafe for _xmlSchemaAttributeGroup
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