#[repr(C)]pub struct GtkEventControllerLegacy { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkEventControllerLegacy
impl RefUnwindSafe for GtkEventControllerLegacy
impl !Send for GtkEventControllerLegacy
impl !Sync for GtkEventControllerLegacy
impl !Unpin for GtkEventControllerLegacy
impl UnwindSafe for GtkEventControllerLegacy
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