Struct gstreamer::ErrorMessage [−][src]
pub struct ErrorMessage { /* fields omitted */ }Methods
impl ErrorMessage[src]
impl ErrorMessagepub fn new<'a, 'b, T: MessageErrorDomain, U: Into<Option<&'a str>>, V: Into<Option<&'b str>>>(
error: &T,
message: U,
debug: V,
filename: &'static str,
function: &'static str,
line: u32
) -> ErrorMessage[src]
pub fn new<'a, 'b, T: MessageErrorDomain, U: Into<Option<&'a str>>, V: Into<Option<&'b str>>>(
error: &T,
message: U,
debug: V,
filename: &'static str,
function: &'static str,
line: u32
) -> ErrorMessageTrait Implementations
impl Clone for ErrorMessage[src]
impl Clone for ErrorMessagefn clone(&self) -> ErrorMessage[src]
fn clone(&self) -> ErrorMessageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ErrorMessage[src]
impl Debug for ErrorMessagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ErrorMessage[src]
impl PartialEq for ErrorMessagefn eq(&self, other: &ErrorMessage) -> bool[src]
fn eq(&self, other: &ErrorMessage) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ErrorMessage) -> bool[src]
fn ne(&self, other: &ErrorMessage) -> boolThis method tests for !=.
impl Eq for ErrorMessage[src]
impl Eq for ErrorMessageimpl Display for ErrorMessage[src]
impl Display for ErrorMessagefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for ErrorMessage[src]
impl Error for ErrorMessageAuto Trait Implementations
impl Send for ErrorMessage
impl Send for ErrorMessageimpl Sync for ErrorMessage
impl Sync for ErrorMessage