Struct xcb::x::Screen

source ·
pub struct Screen { /* private fields */ }

Implementations§

source§

impl Screen

source

pub fn root(&self) -> Window

source

pub fn default_colormap(&self) -> Colormap

source

pub fn white_pixel(&self) -> u32

source

pub fn black_pixel(&self) -> u32

source

pub fn current_input_masks(&self) -> EventMask

source

pub fn width_in_pixels(&self) -> u16

source

pub fn height_in_pixels(&self) -> u16

source

pub fn width_in_millimeters(&self) -> u16

source

pub fn height_in_millimeters(&self) -> u16

source

pub fn min_installed_maps(&self) -> u16

source

pub fn max_installed_maps(&self) -> u16

source

pub fn root_visual(&self) -> Visualid

source

pub fn backing_stores(&self) -> BackingStore

source

pub fn save_unders(&self) -> bool

source

pub fn root_depth(&self) -> u8

source

pub fn allowed_depths(&self) -> DepthIterator<'_>

Trait Implementations§

source§

impl Borrow<Screen> for ScreenBuf

source§

fn borrow(&self) -> &Screen

Immutably borrows from an owned value. Read more
source§

impl Debug for Screen

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ToOwned for Screen

§

type Owned = ScreenBuf

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> Self::Owned

Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§

fn clone_into(&self, target: &mut Self::Owned)

Uses borrowed data to replace owned data, usually by cloning. Read more

Auto Trait Implementations§

§

impl Freeze for Screen

§

impl RefUnwindSafe for Screen

§

impl Send for Screen

§

impl !Sized for Screen

§

impl Sync for Screen

§

impl Unpin for Screen

§

impl UnwindSafe for Screen

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more