Struct gtk_sys::GtkBooleanCellAccessible
source · #[repr(C)]pub struct GtkBooleanCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkBooleanCellAccessiblePrivate,
}
Fields§
§parent: GtkRendererCellAccessible
§priv_: *mut GtkBooleanCellAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkBooleanCellAccessible
impl Clone for GtkBooleanCellAccessible
source§fn clone(&self) -> GtkBooleanCellAccessible
fn clone(&self) -> GtkBooleanCellAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkBooleanCellAccessible
impl Debug for GtkBooleanCellAccessible
impl Copy for GtkBooleanCellAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkBooleanCellAccessible
impl !Send for GtkBooleanCellAccessible
impl !Sync for GtkBooleanCellAccessible
impl Unpin for GtkBooleanCellAccessible
impl UnwindSafe for GtkBooleanCellAccessible
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