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]

Formats the value using the given formatter. Read more

impl Copy for _GSList
[src]

impl Clone for _GSList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GSList

impl !Sync for _GSList