Struct xcb::render::PictscreenBuf
source · pub struct PictscreenBuf { /* private fields */ }
Implementations§
source§impl PictscreenBuf
impl PictscreenBuf
sourcepub fn new(fallback: Pictformat, depths: &[PictdepthBuf]) -> PictscreenBuf
pub fn new(fallback: Pictformat, depths: &[PictdepthBuf]) -> PictscreenBuf
Construct a new PictscreenBuf.
Methods from Deref<Target = 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 Clone for PictscreenBuf
impl Clone for PictscreenBuf
source§fn clone(&self) -> PictscreenBuf
fn clone(&self) -> PictscreenBuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PictscreenBuf
impl Debug for PictscreenBuf
Auto Trait Implementations§
impl Freeze for PictscreenBuf
impl RefUnwindSafe for PictscreenBuf
impl Send for PictscreenBuf
impl Sync for PictscreenBuf
impl Unpin for PictscreenBuf
impl UnwindSafe for PictscreenBuf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)