#[repr(C)]pub struct _GTypeFundamentalInfo {
pub type_flags: GTypeFundamentalFlags,
}
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.
Fields§
§type_flags: GTypeFundamentalFlags
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 moreSource§impl Debug for _GTypeFundamentalInfo
impl Debug for _GTypeFundamentalInfo
Source§impl PartialEq for _GTypeFundamentalInfo
impl PartialEq for _GTypeFundamentalInfo
impl Copy for _GTypeFundamentalInfo
impl Eq for _GTypeFundamentalInfo
impl StructuralPartialEq for _GTypeFundamentalInfo
Auto Trait Implementations§
impl Freeze for _GTypeFundamentalInfo
impl RefUnwindSafe for _GTypeFundamentalInfo
impl Send for _GTypeFundamentalInfo
impl Sync for _GTypeFundamentalInfo
impl Unpin for _GTypeFundamentalInfo
impl UnwindSafe for _GTypeFundamentalInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more