Struct windows_metadata::writer::TypeDef
source · [−]pub struct TypeDef {
pub flags: TypeAttributes,
pub type_name: TypeName,
pub extends: Option<TypeRef>,
pub field_list: Vec<Field>,
pub method_list: Vec<MethodDef>,
/* private fields */
}
Fields
flags: TypeAttributes
type_name: TypeName
extends: Option<TypeRef>
field_list: Vec<Field>
method_list: Vec<MethodDef>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeDef
impl Send for TypeDef
impl Sync for TypeDef
impl Unpin for TypeDef
impl UnwindSafe for TypeDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more