#[repr(C)]pub struct AtkUtil {
pub parent: GObject,
}
Fields§
§parent: GObject
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtkUtil
impl RefUnwindSafe for AtkUtil
impl !Send for AtkUtil
impl !Sync for AtkUtil
impl Unpin for AtkUtil
impl UnwindSafe for AtkUtil
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