pub type GTypeFundamentalInfo = _GTypeFundamentalInfo;
Expand description
GTypeFundamentalInfo: @type_flags: #GTypeFundamentalFlags describing the characteristics of the fundamental type
A structure that provides information to the type system which is used specifically for managing fundamental types.
Aliased Type§
#[repr(C)]pub struct GTypeFundamentalInfo {
pub type_flags: u32,
}
Fields§
§type_flags: u32
Trait Implementations
Source§impl Clone for _GTypeFundamentalInfo
impl Clone for _GTypeFundamentalInfo
Source§fn clone(&self) -> _GTypeFundamentalInfo
fn clone(&self) -> _GTypeFundamentalInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more