[][src]Trait winmd::Decode

pub trait Decode {
    fn decode(code: u32, file: u16) -> Self;
}

Required methods

fn decode(code: u32, file: u16) -> Self

Loading content...

Implementors

impl Decode for AttributeType[src]

impl Decode for HasAttribute[src]

impl Decode for HasConstant[src]

impl Decode for MemberRefParent[src]

impl Decode for TypeDefOrRef[src]

impl Decode for TypeOrMethodDef[src]

Loading content...