#[repr(C)]pub struct _GParameter {
pub name: *const gchar,
pub value: GValue,
}Fields§
§name: *const gchar§value: GValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GParameter
impl RefUnwindSafe for _GParameter
impl !Send for _GParameter
impl !Sync for _GParameter
impl Unpin for _GParameter
impl UnwindSafe for _GParameter
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