Struct frida_sys::_GTypeFundamentalInfo
source · #[repr(C)]pub struct _GTypeFundamentalInfo {
pub type_flags: GTypeFundamentalFlags,
}Fields§
§type_flags: GTypeFundamentalFlagsTrait Implementations§
source§impl Clone for _GTypeFundamentalInfo
impl Clone for _GTypeFundamentalInfo
source§fn clone(&self) -> _GTypeFundamentalInfo
fn clone(&self) -> _GTypeFundamentalInfo
Returns a copy 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