Struct gst::Error [] [src]

pub struct Error {
    // some fields omitted
}

Methods

impl Error
[src]

fn new(domain: u32, code: i32, message: &str) -> Error

unsafe fn new_from_g_error(err: *mut GError) -> Error

fn message(&self) -> String

fn code(&self) -> i32

fn domain(&self) -> u32

Trait Implementations

impl Send for Error
[src]

impl Debug for Error
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Drop for Error
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more