Struct vobsub::Coordinates [] [src]

pub struct Coordinates { /* fields omitted */ }

Location at which to display the subtitle.

Methods

impl Coordinates
[src]

The leftmost edge of the subtitle.

The rightmost edge of the subtitle.

The width of the subtitle.

The height of the subtitle.

Trait Implementations

impl Debug for Coordinates
[src]

Formats the value using the given formatter.

impl Clone for Coordinates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Coordinates
[src]

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

This method tests for !=.

impl Eq for Coordinates
[src]