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