Struct vips_sys::_GSList [] [src]

#[repr(C)]
pub struct _GSList { pub data: gpointer, pub next: *mut GSList, }

Fields

Trait Implementations

impl Debug for _GSList
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GSList
[src]

impl Clone for _GSList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more