pub type GFileMonitor = _GFileMonitor;
Expand description
GFileMonitor:
Watches for changes to a file.
Aliased Type§
struct GFileMonitor {
pub parent_instance: _GObject,
pub priv_: *mut _GFileMonitorPrivate,
}
Fields§
§parent_instance: _GObject
§priv_: *mut _GFileMonitorPrivate
Trait Implementations
Source§impl Clone for _GFileMonitor
impl Clone for _GFileMonitor
Source§fn clone(&self) -> _GFileMonitor
fn clone(&self) -> _GFileMonitor
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