[][src]Trait metagoblin::pe::import::Bitfield

pub trait Bitfield<'a>: PartialEq<Self> + Eq + Into<u64> + Debug + LowerHex + TryFromCtx<'a, Endian, [u8], Error = Error> {
    fn is_ordinal(&self) -> bool;
fn to_ordinal(&self) -> u16;
fn to_rva(&self) -> u32;
fn size_of() -> usize;
fn is_zero(&self) -> bool; }

Required methods

fn is_ordinal(&self) -> bool

fn to_ordinal(&self) -> u16

fn to_rva(&self) -> u32

fn size_of() -> usize

fn is_zero(&self) -> bool

Loading content...

Implementations on Foreign Types

impl<'a> Bitfield<'a> for u64[src]

impl<'a> Bitfield<'a> for u32[src]

Loading content...

Implementors

Loading content...