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