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