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