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