Struct vips_sys::_GQueue [] [src]

#[repr(C)]
pub struct _GQueue { pub head: *mut GList, pub tail: *mut GList, pub length: guint, }

Fields

Trait Implementations

impl Debug for _GQueue
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GQueue
[src]

impl Clone for _GQueue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more