Struct latex::Align [] [src]

pub struct Align { /* fields omitted */ }

A list of equations to be used in an align environment.

Methods

impl Align
[src]

Create an empty equation list.

Iterate over each of this equations in the list.

Add an equation to the end of the list.

Trait Implementations

impl Clone for Align
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Align
[src]

Formats the value using the given formatter.

impl Default for Align
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Align
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Renderable for Align
[src]

Render the item.