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