Struct frida_sys::_GSettingsSchemaSource
source · [−]#[repr(C)]pub struct _GSettingsSchemaSource { /* private fields */ }Trait Implementations
sourceimpl Clone for _GSettingsSchemaSource
impl Clone for _GSettingsSchemaSource
sourcefn clone(&self) -> _GSettingsSchemaSource
fn clone(&self) -> _GSettingsSchemaSource
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 _GSettingsSchemaSource
impl Debug for _GSettingsSchemaSource
impl Copy for _GSettingsSchemaSource
Auto Trait Implementations
impl RefUnwindSafe for _GSettingsSchemaSource
impl Send for _GSettingsSchemaSource
impl Sync for _GSettingsSchemaSource
impl Unpin for _GSettingsSchemaSource
impl UnwindSafe for _GSettingsSchemaSource
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