#[repr(C)]pub struct HGLRC__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for HGLRC__
impl RefUnwindSafe for HGLRC__
impl Send for HGLRC__
impl Sync for HGLRC__
impl Unpin for HGLRC__
impl UnwindSafe for HGLRC__
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