#[repr(C)]pub struct _xmlSchemaTypeLink {
pub next: *mut _xmlSchemaTypeLink,
pub type_: *mut xmlSchemaType,
}Expand description
Used to build a list of types (e.g. member types of simpleType with variety “union”).
Fields§
§next: *mut _xmlSchemaTypeLink§type_: *mut xmlSchemaTypeTrait Implementations§
Source§impl Clone for _xmlSchemaTypeLink
impl Clone for _xmlSchemaTypeLink
Source§fn clone(&self) -> _xmlSchemaTypeLink
fn clone(&self) -> _xmlSchemaTypeLink
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 _xmlSchemaTypeLink
Auto Trait Implementations§
impl !Send for _xmlSchemaTypeLink
impl !Sync for _xmlSchemaTypeLink
impl Freeze for _xmlSchemaTypeLink
impl RefUnwindSafe for _xmlSchemaTypeLink
impl Unpin for _xmlSchemaTypeLink
impl UnsafeUnpin for _xmlSchemaTypeLink
impl UnwindSafe for _xmlSchemaTypeLink
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