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 GStaticResource
impl Clone for GStaticResource
[src]
impl Clone for GStaticResource
fn clone(&self) -> GStaticResource
[src]
fn clone(&self) -> GStaticResource
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 Debug for GStaticResource
[src]
impl Debug for GStaticResource
Auto Trait Implementations
impl !Send for GStaticResource
impl !Send for GStaticResource
impl !Sync for GStaticResource
impl !Sync for GStaticResource