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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GStaticResource
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations