#[repr(C)]pub struct TrackerNotifier {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for TrackerNotifier
impl Clone for TrackerNotifier
Source§fn clone(&self) -> TrackerNotifier
fn clone(&self) -> TrackerNotifier
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrackerNotifier
Auto Trait Implementations§
impl !Send for TrackerNotifier
impl !Sync for TrackerNotifier
impl Freeze for TrackerNotifier
impl RefUnwindSafe for TrackerNotifier
impl Unpin for TrackerNotifier
impl UnsafeUnpin for TrackerNotifier
impl UnwindSafe for TrackerNotifier
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