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