#[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_int
Auto Trait Implementations§
impl Freeze for GLXHyperpipeConfigSGIX
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