#[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_intTrait Implementations§
Source§impl Clone for GLXHyperpipeConfigSGIX
impl Clone for GLXHyperpipeConfigSGIX
Source§fn clone(&self) -> GLXHyperpipeConfigSGIX
fn clone(&self) -> GLXHyperpipeConfigSGIX
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GLXHyperpipeConfigSGIX
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