Struct gaffe_xilinx::xc7::Bitstream[][src]

pub struct Bitstream {
    pub packets: Vec<Packet>,
}

Fields

Methods

impl Bitstream
[src]

Returns an iterator over the packets contained in the bitstream.

Trait Implementations

impl Debug for Bitstream
[src]

Formats the value using the given formatter. Read more

impl Display for Bitstream
[src]

Formats the value using the given formatter. Read more

impl FromBytes for Bitstream
[src]

Read an instance of this type from the reader. Read more

impl ToBytes for Bitstream
[src]

Write an instance of this type to the writer. Read more

impl Into<Bitstream> for Configuration
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Bitstream

impl Sync for Bitstream