Enum windows_metadata::MemberRefParent
source · [−]pub enum MemberRefParent {
TypeDef(TypeDef),
TypeRef(TypeRef),
MethodDef(MethodDef),
TypeSpec(TypeSpec),
}
Variants
TypeDef(TypeDef)
TypeRef(TypeRef)
MethodDef(MethodDef)
TypeSpec(TypeSpec)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemberRefParent
impl Send for MemberRefParent
impl Sync for MemberRefParent
impl Unpin for MemberRefParent
impl UnwindSafe for MemberRefParent
Blanket Implementations
Mutably borrows from an owned value. Read more