#[repr(C)]pub struct GLXHyperpipeNetworkSGIX {
pub pipeName: [c_char; 80],
pub networkId: c_int,
}
Fields§
§pipeName: [c_char; 80]
§networkId: c_int
Auto Trait Implementations§
impl Freeze for GLXHyperpipeNetworkSGIX
impl RefUnwindSafe for GLXHyperpipeNetworkSGIX
impl Send for GLXHyperpipeNetworkSGIX
impl Sync for GLXHyperpipeNetworkSGIX
impl Unpin for GLXHyperpipeNetworkSGIX
impl UnwindSafe for GLXHyperpipeNetworkSGIX
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