[−][src]Struct breadx::display::WindowParameters
Fields
background_pixmap: Option<Pixmap>background_pixel: Option<u32>border_pixmap: Option<Pixmap>border_pixel: Option<u32>bit_gravity: Option<Gravity>win_gravity: Option<Gravity>backing_store: Option<BackingStore>backing_planes: Option<u32>backing_pixel: Option<u32>override_redirect: Option<u32>save_under: Option<u32>event_mask: Option<EventMask>dont_propogate: Option<EventMask>colormap: Option<Colormap>cursor: Option<Cursor>Trait Implementations
impl Clone for WindowParameters[src]
pub fn clone(&self) -> WindowParameters[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WindowParameters[src]
impl Debug for WindowParameters[src]
impl Default for WindowParameters[src]
pub fn default() -> WindowParameters[src]
impl Eq for WindowParameters[src]
impl PartialEq<WindowParameters> for WindowParameters[src]
pub fn eq(&self, other: &WindowParameters) -> bool[src]
pub fn ne(&self, other: &WindowParameters) -> bool[src]
impl StructuralEq for WindowParameters[src]
impl StructuralPartialEq for WindowParameters[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowParameters[src]
impl Send for WindowParameters[src]
impl Sync for WindowParameters[src]
impl Unpin for WindowParameters[src]
impl UnwindSafe for WindowParameters[src]
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>,