Struct xcb::render::Pictscreen
source · pub struct Pictscreen { /* private fields */ }
Implementations§
source§impl Pictscreen
impl Pictscreen
pub fn fallback(&self) -> Pictformat
pub fn depths(&self) -> PictdepthIterator<'_> ⓘ
Trait Implementations§
source§impl Borrow<Pictscreen> for PictscreenBuf
impl Borrow<Pictscreen> for PictscreenBuf
source§fn borrow(&self) -> &Pictscreen
fn borrow(&self) -> &Pictscreen
Immutably borrows from an owned value. Read more
source§impl Debug for Pictscreen
impl Debug for Pictscreen
source§impl ToOwned for Pictscreen
impl ToOwned for Pictscreen
source§type Owned = PictscreenBuf
type Owned = PictscreenBuf
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
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)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more