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

Trait Implementations

impl Copy for GStaticResource
[src]

impl Clone for GStaticResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GStaticResource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GStaticResource

impl !Sync for GStaticResource