#[repr(C)]pub struct _GVariantIter {
pub x: [guintptr; 16],
}Fields§
§x: [guintptr; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GVariantIter
impl RefUnwindSafe for _GVariantIter
impl Send for _GVariantIter
impl Sync for _GVariantIter
impl Unpin for _GVariantIter
impl UnwindSafe for _GVariantIter
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