Struct breadx::display::WindowAttributes [−][src]
The return type of Window::window_attributes_immediate.
Fields
backing_store: BackingStorevisual: Visualidclass: WindowClassbit_gravity: Gravitywin_gravity: Gravitybacking_planes: u32backing_pixel: u32save_under: boolmap_is_installed: boolmap_state: MapStateoverride_redirect: boolcolormap: Colormapall_event_masks: EventMaskyour_event_mask: EventMaskdo_not_propagate_mask: EventMaskTrait Implementations
impl Clone for WindowAttributes[src]
fn clone(&self) -> WindowAttributes[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WindowAttributes[src]
impl Debug for WindowAttributes[src]
impl Default for WindowAttributes[src]
fn default() -> WindowAttributes[src]
impl Eq for WindowAttributes[src]
impl From<GetWindowAttributesReply> for WindowAttributes[src]
fn from(gwar: GetWindowAttributesReply) -> Self[src]
impl PartialEq<WindowAttributes> for WindowAttributes[src]
fn eq(&self, other: &WindowAttributes) -> bool[src]
fn ne(&self, other: &WindowAttributes) -> bool[src]
impl StructuralEq for WindowAttributes[src]
impl StructuralPartialEq for WindowAttributes[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowAttributes[src]
impl Send for WindowAttributes[src]
impl Sync for WindowAttributes[src]
impl Unpin for WindowAttributes[src]
impl UnwindSafe for WindowAttributes[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>,