#[repr(C)]pub struct GLXStereoNotifyEventEXT {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
pub window: GLXDrawable,
pub stereo_tree: c_int,
}Fields§
§type_: c_int§serial: c_ulong§send_event: c_int§display: *mut Display§extension: c_int§evtype: c_int§window: GLXDrawable§stereo_tree: c_intTrait Implementations§
Source§impl Clone for GLXStereoNotifyEventEXT
impl Clone for GLXStereoNotifyEventEXT
Source§fn clone(&self) -> GLXStereoNotifyEventEXT
fn clone(&self) -> GLXStereoNotifyEventEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GLXStereoNotifyEventEXT
Auto Trait Implementations§
impl !Send for GLXStereoNotifyEventEXT
impl !Sync for GLXStereoNotifyEventEXT
impl Freeze for GLXStereoNotifyEventEXT
impl RefUnwindSafe for GLXStereoNotifyEventEXT
impl Unpin for GLXStereoNotifyEventEXT
impl UnsafeUnpin for GLXStereoNotifyEventEXT
impl UnwindSafe for GLXStereoNotifyEventEXT
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