Struct audio_video_metadata::types::Size [] [src]

pub struct Size {
    pub width: u32,
    pub height: u32,
}

Fields

Trait Implementations

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Size
[src]

Formats the value using the given formatter.

impl PartialEq for Size
[src]

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

This method tests for !=.

impl Default for Size
[src]

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