Struct gstreamer::ErrorMessage[][src]

pub struct ErrorMessage { /* fields omitted */ }

Methods

impl ErrorMessage
[src]

Trait Implementations

impl Clone for ErrorMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorMessage
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorMessage
[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 ErrorMessage
[src]

impl Display for ErrorMessage
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorMessage
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ErrorMessage

impl Sync for ErrorMessage