Type Alias GFile

Source
pub type GFile = _GFile;
Expand description

GFile:

A handle to an object implementing the #GFileIface interface. Generally stores a location within the file system. Handles do not necessarily represent files or directories that currently exist.

Aliased Type§

struct GFile { /* private fields */ }

Trait Implementations

Source§

impl Clone for _GFile

Source§

fn clone(&self) -> _GFile

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GFile

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _GFile