Struct frida_sys::_GFileAttributeInfo
source · #[repr(C)]pub struct _GFileAttributeInfo {
pub name: *mut c_char,
pub type_: GFileAttributeType,
pub flags: GFileAttributeInfoFlags,
}Fields§
§name: *mut c_char§type_: GFileAttributeType§flags: GFileAttributeInfoFlagsTrait Implementations§
source§impl Clone for _GFileAttributeInfo
impl Clone for _GFileAttributeInfo
source§fn clone(&self) -> _GFileAttributeInfo
fn clone(&self) -> _GFileAttributeInfo
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