Struct glutin_glx_sys::XVisualInfo[][src]

#[repr(C)]
pub struct XVisualInfo { pub visual: *mut Visual, pub visualid: u64, pub screen: i32, pub depth: i32, pub class: i32, pub red_mask: u64, pub green_mask: u64, pub blue_mask: u64, pub colormap_size: i32, pub bits_per_rgb: i32, }

Fields

visual: *mut Visualvisualid: u64screen: i32depth: i32class: i32red_mask: u64green_mask: u64blue_mask: u64colormap_size: i32bits_per_rgb: i32

Trait Implementations

impl Clone for XVisualInfo[src]

impl Copy for XVisualInfo[src]

impl Debug for XVisualInfo[src]

impl PartialEq<XVisualInfo> for XVisualInfo[src]

impl StructuralPartialEq for XVisualInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for XVisualInfo

impl !Send for XVisualInfo

impl !Sync for XVisualInfo

impl Unpin for XVisualInfo

impl UnwindSafe for XVisualInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.