[][src]Struct breadx::auto::xproto::Cw

#[repr(transparent)]pub struct Cw {
    pub inner: u32,
}

Fields

inner: u32

Implementations

impl Cw[src]

pub fn back_pixmap(&self) -> bool[src]

pub fn set_back_pixmap(&mut self, val: bool) -> &mut Self[src]

pub fn back_pixel(&self) -> bool[src]

pub fn set_back_pixel(&mut self, val: bool) -> &mut Self[src]

pub fn border_pixmap(&self) -> bool[src]

pub fn set_border_pixmap(&mut self, val: bool) -> &mut Self[src]

pub fn border_pixel(&self) -> bool[src]

pub fn set_border_pixel(&mut self, val: bool) -> &mut Self[src]

pub fn bit_gravity(&self) -> bool[src]

pub fn set_bit_gravity(&mut self, val: bool) -> &mut Self[src]

pub fn win_gravity(&self) -> bool[src]

pub fn set_win_gravity(&mut self, val: bool) -> &mut Self[src]

pub fn backing_store(&self) -> bool[src]

pub fn set_backing_store(&mut self, val: bool) -> &mut Self[src]

pub fn backing_planes(&self) -> bool[src]

pub fn set_backing_planes(&mut self, val: bool) -> &mut Self[src]

pub fn backing_pixel(&self) -> bool[src]

pub fn set_backing_pixel(&mut self, val: bool) -> &mut Self[src]

pub fn override_redirect(&self) -> bool[src]

pub fn set_override_redirect(&mut self, val: bool) -> &mut Self[src]

pub fn save_under(&self) -> bool[src]

pub fn set_save_under(&mut self, val: bool) -> &mut Self[src]

pub fn event_mask(&self) -> bool[src]

pub fn set_event_mask(&mut self, val: bool) -> &mut Self[src]

pub fn dont_propagate(&self) -> bool[src]

pub fn set_dont_propagate(&mut self, val: bool) -> &mut Self[src]

pub fn colormap(&self) -> bool[src]

pub fn set_colormap(&mut self, val: bool) -> &mut Self[src]

pub fn cursor(&self) -> bool[src]

pub fn set_cursor(&mut self, val: bool) -> &mut Self[src]

pub fn new(
    back_pixmap: bool,
    back_pixel: bool,
    border_pixmap: bool,
    border_pixel: bool,
    bit_gravity: bool,
    win_gravity: bool,
    backing_store: bool,
    backing_planes: bool,
    backing_pixel: bool,
    override_redirect: bool,
    save_under: bool,
    event_mask: bool,
    dont_propagate: bool,
    colormap: bool,
    cursor: bool
) -> Self
[src]

pub fn count_ones(&self) -> usize[src]

Trait Implementations

impl AsByteSequence for Cw[src]

impl BitAnd<Cw> for Cw[src]

type Output = Cw

The resulting type after applying the & operator.

impl Clone for Cw[src]

impl Copy for Cw[src]

impl Debug for Cw[src]

impl Default for Cw[src]

impl Eq for Cw[src]

impl Not for Cw[src]

type Output = Cw

The resulting type after applying the ! operator.

impl Ord for Cw[src]

impl PartialEq<Cw> for Cw[src]

impl PartialOrd<Cw> for Cw[src]

impl StructuralEq for Cw[src]

impl StructuralPartialEq for Cw[src]

Auto Trait Implementations

impl RefUnwindSafe for Cw[src]

impl Send for Cw[src]

impl Sync for Cw[src]

impl Unpin for Cw[src]

impl UnwindSafe for Cw[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.