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