Struct sourceview5_sys::GtkSourceSearchSettings
source · [−]#[repr(C)]pub struct GtkSourceSearchSettings {
pub parent_instance: GObject,
}Fields
parent_instance: GObjectTrait Implementations
sourceimpl Clone for GtkSourceSearchSettings
impl Clone for GtkSourceSearchSettings
sourcefn clone(&self) -> GtkSourceSearchSettings
fn clone(&self) -> GtkSourceSearchSettings
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GtkSourceSearchSettings
impl Debug for GtkSourceSearchSettings
impl Copy for GtkSourceSearchSettings
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceSearchSettings
impl !Send for GtkSourceSearchSettings
impl !Sync for GtkSourceSearchSettings
impl Unpin for GtkSourceSearchSettings
impl UnwindSafe for GtkSourceSearchSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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