Struct immeta::formats::gif::CommentExtension [] [src]

pub struct CommentExtension;

Represents a comment extension block.

Comment block does not contain any metadata, so this struct is used for uniformity as a placeholder in the enum.

Trait Implementations

impl Clone for CommentExtension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CommentExtension
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for CommentExtension
[src]

impl Debug for CommentExtension
[src]

[src]

Formats the value using the given formatter. Read more