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