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