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