#[repr(C)]
pub union __GLXEvent {
pub glxpbufferclobber: GLXPbufferClobberEvent,
pub glxbufferswapcomplete: GLXBufferSwapComplete,
pub pad: [c_long; 24],
/* private fields */
}Fields§
§glxpbufferclobber: GLXPbufferClobberEvent§glxbufferswapcomplete: GLXBufferSwapComplete§pad: [c_long; 24]Trait Implementations§
Source§impl Clone for __GLXEvent
impl Clone for __GLXEvent
Source§fn clone(&self) -> __GLXEvent
fn clone(&self) -> __GLXEvent
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 __GLXEvent
Auto Trait Implementations§
impl Freeze for __GLXEvent
impl RefUnwindSafe for __GLXEvent
impl !Send for __GLXEvent
impl !Sync for __GLXEvent
impl Unpin for __GLXEvent
impl UnwindSafe for __GLXEvent
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