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