#[repr(C)]pub struct GtkColumnViewCell { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkColumnViewCell
impl RefUnwindSafe for GtkColumnViewCell
impl !Send for GtkColumnViewCell
impl !Sync for GtkColumnViewCell
impl !Unpin for GtkColumnViewCell
impl UnwindSafe for GtkColumnViewCell
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