#[repr(C)]pub struct GLXHyperpipeNetworkSGIX {
pub pipeName: [c_char; 80],
pub networkId: c_int,
}Fields§
§pipeName: [c_char; 80]§networkId: c_intTrait Implementations§
Source§impl Clone for GLXHyperpipeNetworkSGIX
impl Clone for GLXHyperpipeNetworkSGIX
Source§fn clone(&self) -> GLXHyperpipeNetworkSGIX
fn clone(&self) -> GLXHyperpipeNetworkSGIX
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 GLXHyperpipeNetworkSGIX
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