Struct gst::ffi::Struct__GError [−][src]
#[repr(C)]pub struct Struct__GError { pub domain: GQuark, pub code: gint, pub message: *mut gchar, }
Fields
domain: GQuark
code: gint
message: *mut gchar
Trait Implementations
impl Clone for Struct__GError
[src]
impl Clone for Struct__GError
fn clone(&self) -> Struct__GError
[src]
fn clone(&self) -> Struct__GError
Returns 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 Copy for Struct__GError
[src]
impl Copy for Struct__GError
impl Default for Struct__GError
[src]
impl Default for Struct__GError
fn default() -> Struct__GError
[src]
fn default() -> Struct__GError
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Sync for Struct__GError
impl !Sync for Struct__GError