Struct gstreamer::ErrorMessage [] [src]

pub struct ErrorMessage { /* fields omitted */ }

Methods

impl ErrorMessage
[src]

[src]

Trait Implementations

impl Clone for ErrorMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ErrorMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorMessage
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ErrorMessage
[src]

impl Display for ErrorMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ErrorMessage
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for ErrorMessage

impl Sync for ErrorMessage