Struct gtk4::ExpressionWatch
source · pub struct ExpressionWatch { /* private fields */ }Implementations§
source§impl ExpressionWatch
impl ExpressionWatch
sourcepub fn as_ptr(&self) -> *mut GtkExpressionWatch
pub fn as_ptr(&self) -> *mut GtkExpressionWatch
Return the inner pointer to the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow<'a>(
ptr: *const *const GtkExpressionWatch
) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>( ptr: *const *const GtkExpressionWatch ) -> &'a Self
Borrows the underlying C value.
Trait Implementations§
source§impl Clone for ExpressionWatch
impl Clone for ExpressionWatch
source§impl Debug for ExpressionWatch
impl Debug for ExpressionWatch
source§impl Hash for ExpressionWatch
impl Hash for ExpressionWatch
source§impl Ord for ExpressionWatch
impl Ord for ExpressionWatch
source§fn cmp(&self, other: &ExpressionWatch) -> Ordering
fn cmp(&self, other: &ExpressionWatch) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ExpressionWatch
impl PartialEq for ExpressionWatch
source§fn eq(&self, other: &ExpressionWatch) -> bool
fn eq(&self, other: &ExpressionWatch) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExpressionWatch
impl PartialOrd for ExpressionWatch
source§fn partial_cmp(&self, other: &ExpressionWatch) -> Option<Ordering>
fn partial_cmp(&self, other: &ExpressionWatch) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for ExpressionWatch
impl StructuralPartialEq for ExpressionWatch
Auto Trait Implementations§
impl RefUnwindSafe for ExpressionWatch
impl !Send for ExpressionWatch
impl !Sync for ExpressionWatch
impl Unpin for ExpressionWatch
impl UnwindSafe for ExpressionWatch
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