Struct atk_sys::AtkWindowIface
source · #[repr(C)]pub struct AtkWindowIface {
pub parent: GTypeInterface,
}
Fields§
§parent: GTypeInterface
Trait Implementations§
source§impl Clone for AtkWindowIface
impl Clone for AtkWindowIface
source§fn clone(&self) -> AtkWindowIface
fn clone(&self) -> AtkWindowIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AtkWindowIface
impl Debug for AtkWindowIface
impl Copy for AtkWindowIface
Auto Trait Implementations§
impl RefUnwindSafe for AtkWindowIface
impl Send for AtkWindowIface
impl Sync for AtkWindowIface
impl Unpin for AtkWindowIface
impl UnwindSafe for AtkWindowIface
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