Struct msn_kit::io::mgf_parser::MGFWriter[][src]

pub struct MGFWriter<W: Write> { /* fields omitted */ }

Implementations

Create a new MGFWriter object.

Arguments

  • writer - An object that can be written two.

Write spectrum to the underlying buffer in the format.

Arguments

  • spectrum - The spectrum to write.

Write spectrum to the underlying buffer in mgf format.

Arguments

  • spectrum - The spectrum to write.

Write spectrum to the underlying buffer in mgf format.

Arguments

  • spectrum - The spectrum to write.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.