Struct gio_sys::GStaticResource [−][src]
#[repr(C)]pub struct GStaticResource { pub data: *const u8, pub data_len: size_t, pub resource: *mut GResource, pub next: *mut GStaticResource, pub padding: gpointer, }
Fields
data: *const u8
data_len: size_t
resource: *mut GResource
next: *mut GStaticResource
padding: gpointer
Trait Implementations
impl Copy for GStaticResource[src]
impl Copy for GStaticResourceimpl Clone for GStaticResource[src]
impl Clone for GStaticResourcefn clone(&self) -> GStaticResource[src]
fn clone(&self) -> GStaticResourceReturns 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 GStaticResource[src]
impl Debug for GStaticResourceAuto Trait Implementations
impl !Send for GStaticResource
impl !Send for GStaticResourceimpl !Sync for GStaticResource
impl !Sync for GStaticResource