Struct glutin_glx_sys::glx::types::GLXHyperpipeConfigSGIX   
source · #[repr(C)]pub struct GLXHyperpipeConfigSGIX {
    pub pipeName: [c_char; 80],
    pub channel: c_int,
    pub participationType: c_uint,
    pub timeSlice: c_int,
}Fields§
§pipeName: [c_char; 80]§channel: c_int§participationType: c_uint§timeSlice: c_intAuto Trait Implementations§
impl RefUnwindSafe for GLXHyperpipeConfigSGIX
impl Send for GLXHyperpipeConfigSGIX
impl Sync for GLXHyperpipeConfigSGIX
impl Unpin for GLXHyperpipeConfigSGIX
impl UnwindSafe for GLXHyperpipeConfigSGIX
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