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