Struct tracker_sys::TrackerNotifier
source · [−]#[repr(C)]pub struct TrackerNotifier {
pub parent_instance: GObject,
}Fields
parent_instance: GObjectTrait Implementations
sourceimpl Clone for TrackerNotifier
impl Clone for TrackerNotifier
sourcefn clone(&self) -> TrackerNotifier
fn clone(&self) -> TrackerNotifier
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TrackerNotifier
impl Debug for TrackerNotifier
impl Copy for TrackerNotifier
Auto Trait Implementations
impl RefUnwindSafe for TrackerNotifier
impl !Send for TrackerNotifier
impl !Sync for TrackerNotifier
impl Unpin for TrackerNotifier
impl UnwindSafe for TrackerNotifier
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more