Struct gtk4::subclass::cell_layout::CellLayoutDataCallback
source · [−]pub struct CellLayoutDataCallback { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for CellLayoutDataCallback
impl Debug for CellLayoutDataCallback
Auto Trait Implementations
impl RefUnwindSafe for CellLayoutDataCallback
impl !Send for CellLayoutDataCallback
impl !Sync for CellLayoutDataCallback
impl Unpin for CellLayoutDataCallback
impl UnwindSafe for CellLayoutDataCallback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more