#[repr(C)]pub struct gs_window {
pub hwnd: *mut c_void,
}Fields§
§hwnd: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for gs_window
impl RefUnwindSafe for gs_window
impl !Send for gs_window
impl !Sync for gs_window
impl Unpin for gs_window
impl UnwindSafe for gs_window
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