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