Struct atk_sys::AtkWindowIface
source · [−]#[repr(C)]pub struct AtkWindowIface {
pub parent: GTypeInterface,
}
Fields
parent: GTypeInterface
Trait Implementations
sourceimpl Clone for AtkWindowIface
impl Clone for AtkWindowIface
sourcefn clone(&self) -> AtkWindowIface
fn clone(&self) -> AtkWindowIface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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