Struct libayatana_appindicator::_GParamSpec[][src]

#[repr(C)]
pub struct _GParamSpec { pub g_type_instance: _GTypeInstance, pub name: *const i8, pub flags: i32, pub value_type: u64, pub owner_type: u64, pub _nick: *mut i8, pub _blurb: *mut i8, pub qdata: *mut _GData, pub ref_count: u32, pub param_id: u32, }

Fields

g_type_instance: _GTypeInstancename: *const i8flags: i32value_type: u64owner_type: u64_nick: *mut i8_blurb: *mut i8qdata: *mut _GDataref_count: u32param_id: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.