#[repr(C)]pub struct GVariant { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GVariant
impl RefUnwindSafe for GVariant
impl !Send for GVariant
impl !Sync for GVariant
impl !Unpin for GVariant
impl UnwindSafe for GVariant
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