[−][src]Struct gdk::WindowAttr
Fields
title: Option<String>event_mask: EventMaskx: Option<i32>y: Option<i32>width: i32height: i32wclass: WindowWindowClassvisual: Option<Visual>window_type: WindowTypecursor: Option<Cursor>override_redirect: booltype_hint: Option<WindowTypeHint>Trait Implementations
impl Default for WindowAttr[src]
fn default() -> WindowAttr[src]
impl<'a> ToGlibPtr<'a, *mut GdkWindowAttr> for WindowAttr[src]
type Storage = (Box<GdkWindowAttr>, Stash<'a, *mut GdkVisual, Option<Visual>>, Stash<'a, *mut GdkCursor, Option<Cursor>>, Stash<'a, *const c_char, Option<String>>)
fn to_glib_none(&'a self) -> Stash<'a, *mut GdkWindowAttr, Self>[src]
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_full(&self) -> P
Auto Trait Implementations
impl RefUnwindSafe for WindowAttr
impl !Send for WindowAttr
impl !Sync for WindowAttr
impl Unpin for WindowAttr
impl UnwindSafe for WindowAttr
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, 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>,