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