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