#[repr(C)]pub struct gs_window {
pub hwnd: *mut c_void,
}
Fields§
§hwnd: *mut c_void
Trait Implementations§
Source§impl Ord for gs_window
impl Ord for gs_window
Source§impl PartialOrd for gs_window
impl PartialOrd for gs_window
impl Copy for gs_window
impl Eq for gs_window
impl StructuralPartialEq for gs_window
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