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