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