Struct gobject_sys::GValueArray
source · [−]#[repr(C)]pub struct GValueArray {
pub n_values: c_uint,
pub values: *mut GValue,
pub n_prealloced: c_uint,
}Fields
n_values: c_uintvalues: *mut GValuen_prealloced: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GValueArray
impl !Send for GValueArray
impl !Sync for GValueArray
impl Unpin for GValueArray
impl UnwindSafe for GValueArray
Blanket Implementations
Mutably borrows from an owned value. Read more