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