#[repr(C)]pub struct _GPowerProfileMonitorInterface {
pub g_iface: GTypeInterface,
}Fields§
§g_iface: GTypeInterfaceTrait Implementations§
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