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