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 moresource§impl Debug for _GFileAttributeInfo
impl Debug for _GFileAttributeInfo
impl Copy for _GFileAttributeInfo
Auto Trait Implementations§
impl RefUnwindSafe for _GFileAttributeInfo
impl !Send for _GFileAttributeInfo
impl !Sync for _GFileAttributeInfo
impl Unpin for _GFileAttributeInfo
impl UnwindSafe for _GFileAttributeInfo
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