#[repr(C)]pub struct AtkUtil {
pub parent: GObject,
}
Fields
parent: GObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkUtil
impl !Send for AtkUtil
impl !Sync for AtkUtil
impl Unpin for AtkUtil
impl UnwindSafe for AtkUtil
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more