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