Struct frida_sys::_GPowerProfileMonitorInterface
source · [−]#[repr(C)]pub struct _GPowerProfileMonitorInterface {
pub g_iface: GTypeInterface,
}Fields
g_iface: GTypeInterfaceTrait Implementations
sourceimpl Clone for _GPowerProfileMonitorInterface
impl Clone for _GPowerProfileMonitorInterface
sourcefn clone(&self) -> _GPowerProfileMonitorInterface
fn clone(&self) -> _GPowerProfileMonitorInterface
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 moreimpl Copy for _GPowerProfileMonitorInterface
Auto Trait Implementations
impl RefUnwindSafe for _GPowerProfileMonitorInterface
impl Send for _GPowerProfileMonitorInterface
impl Sync for _GPowerProfileMonitorInterface
impl Unpin for _GPowerProfileMonitorInterface
impl UnwindSafe for _GPowerProfileMonitorInterface
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