pub struct GTaskClass(/* private fields */);Auto Trait Implementations§
impl Freeze for GTaskClass
impl RefUnwindSafe for GTaskClass
impl !Send for GTaskClass
impl !Sync for GTaskClass
impl Unpin for GTaskClass
impl UnwindSafe for GTaskClass
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