Struct glutin_glx_sys::Screen [−][src]
#[repr(C)]pub struct Screen {}Show fields
pub ext_data: *mut XExtData, pub display: *mut _XDisplay, pub root: u64, pub width: i32, pub height: i32, pub mwidth: i32, pub mheight: i32, pub ndepths: i32, pub depths: *mut Depth, pub root_depth: i32, pub root_visual: *mut Visual, pub default_gc: *mut _XGC, pub cmap: u64, pub white_pixel: u64, pub black_pixel: u64, pub max_maps: i32, pub min_maps: i32, pub backing_store: i32, pub save_unders: i32, pub root_input_mask: i64,
Fields
ext_data: *mut XExtData
display: *mut _XDisplay
root: u64
width: i32
height: i32
mwidth: i32
mheight: i32
ndepths: i32
depths: *mut Depth
root_depth: i32
root_visual: *mut Visual
default_gc: *mut _XGC
cmap: u64
white_pixel: u64
black_pixel: u64
max_maps: i32
min_maps: i32
backing_store: i32
save_unders: i32
root_input_mask: i64
Trait Implementations
impl Clone for Screen
[src]
impl Copy for Screen
[src]
impl Debug for Screen
[src]
impl PartialEq<Screen> for Screen
[src]
impl StructuralPartialEq for Screen
[src]
Auto Trait Implementations
impl RefUnwindSafe for Screen
impl !Send for Screen
impl !Sync for Screen
impl Unpin for Screen
impl UnwindSafe for Screen
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,