#[repr(C)]pub struct _xmlSchemaAttributeLink {
pub next: *mut _xmlSchemaAttributeLink,
pub attr: *mut _xmlSchemaAttribute,
}Expand description
Used to build a list of attribute uses on complexType definitions. WARNING: Deprecated; not used.
Fields§
§next: *mut _xmlSchemaAttributeLink§attr: *mut _xmlSchemaAttributeTrait Implementations§
Source§impl Clone for _xmlSchemaAttributeLink
impl Clone for _xmlSchemaAttributeLink
Source§fn clone(&self) -> _xmlSchemaAttributeLink
fn clone(&self) -> _xmlSchemaAttributeLink
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 _xmlSchemaAttributeLink
Auto Trait Implementations§
impl !Send for _xmlSchemaAttributeLink
impl !Sync for _xmlSchemaAttributeLink
impl Freeze for _xmlSchemaAttributeLink
impl RefUnwindSafe for _xmlSchemaAttributeLink
impl Unpin for _xmlSchemaAttributeLink
impl UnsafeUnpin for _xmlSchemaAttributeLink
impl UnwindSafe for _xmlSchemaAttributeLink
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