#[repr(C)]pub struct GtkCellAreaBox {
pub parent_instance: GtkCellArea,
pub priv_: *mut GtkCellAreaBoxPrivate,
}Fields§
§parent_instance: GtkCellArea§priv_: *mut GtkCellAreaBoxPrivateTrait Implementations§
Source§impl Clone for GtkCellAreaBox
impl Clone for GtkCellAreaBox
Source§fn clone(&self) -> GtkCellAreaBox
fn clone(&self) -> GtkCellAreaBox
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 GtkCellAreaBox
Auto Trait Implementations§
impl !Send for GtkCellAreaBox
impl !Sync for GtkCellAreaBox
impl Freeze for GtkCellAreaBox
impl RefUnwindSafe for GtkCellAreaBox
impl Unpin for GtkCellAreaBox
impl UnsafeUnpin for GtkCellAreaBox
impl UnwindSafe for GtkCellAreaBox
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