[−][src]Struct glutin::platform::unix::x11::ffi::XWindowAttributes
Fields
x: i32
y: i32
width: i32
height: i32
border_width: i32
depth: i32
visual: *mut Visual
root: u64
class: i32
bit_gravity: i32
win_gravity: i32
backing_store: i32
backing_planes: u64
backing_pixel: u64
save_under: i32
colormap: u64
map_installed: i32
map_state: i32
all_event_masks: i64
your_event_mask: i64
do_not_propagate_mask: i64
override_redirect: i32
screen: *mut Screen
Trait Implementations
impl Clone for XWindowAttributes
[src]
fn clone(&self) -> XWindowAttributes
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XWindowAttributes
[src]
impl Debug for XWindowAttributes
[src]
impl PartialEq<XWindowAttributes> for XWindowAttributes
[src]
fn eq(&self, other: &XWindowAttributes) -> bool
[src]
fn ne(&self, other: &XWindowAttributes) -> bool
[src]
impl StructuralPartialEq for XWindowAttributes
[src]
Auto Trait Implementations
impl RefUnwindSafe for XWindowAttributes
impl !Send for XWindowAttributes
impl !Sync for XWindowAttributes
impl Unpin for XWindowAttributes
impl UnwindSafe for XWindowAttributes
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,
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.
fn to_owned(&self) -> T
[src]
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.
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>,