pub struct AtkWindow { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for AtkWindow
impl !Sync for AtkWindow
impl !Unpin for AtkWindow
impl Freeze for AtkWindow
impl RefUnwindSafe for AtkWindow
impl UnsafeUnpin for AtkWindow
impl UnwindSafe for AtkWindow
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