Struct gio_sys::GFileMonitor
[−]
[src]
#[repr(C)]pub struct GFileMonitor { pub parent_instance: GObject, pub priv_: *mut GFileMonitorPrivate, }
Fields
parent_instance: GObject
priv_: *mut GFileMonitorPrivate
Trait Implementations
impl Copy for GFileMonitor[src]
impl Clone for GFileMonitor[src]
fn clone(&self) -> GFileMonitor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more