Union vips_sys::_GMutex [] [src]

#[repr(C)]
pub union _GMutex { pub p: gpointer, pub i: [guint; 2], // some fields omitted }

Fields

p: gpointer i: [guint; 2]

Trait Implementations

impl Copy for _GMutex
[src]

impl Clone for _GMutex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more