#[repr(C)]pub struct _GPowerProfileMonitorInterface {
pub g_iface: GTypeInterface,
}
Fields§
§g_iface: GTypeInterface
Trait Implementations§
Source§impl Clone for _GPowerProfileMonitorInterface
impl Clone for _GPowerProfileMonitorInterface
Source§fn clone(&self) -> _GPowerProfileMonitorInterface
fn clone(&self) -> _GPowerProfileMonitorInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for _GPowerProfileMonitorInterface
impl PartialEq for _GPowerProfileMonitorInterface
Source§fn eq(&self, other: &_GPowerProfileMonitorInterface) -> bool
fn eq(&self, other: &_GPowerProfileMonitorInterface) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GPowerProfileMonitorInterface
impl Eq for _GPowerProfileMonitorInterface
impl StructuralPartialEq for _GPowerProfileMonitorInterface
Auto Trait Implementations§
impl Freeze for _GPowerProfileMonitorInterface
impl RefUnwindSafe for _GPowerProfileMonitorInterface
impl Send for _GPowerProfileMonitorInterface
impl Sync for _GPowerProfileMonitorInterface
impl Unpin for _GPowerProfileMonitorInterface
impl UnwindSafe for _GPowerProfileMonitorInterface
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