Struct xcb::render::Pictformat
source · #[repr(C)]pub struct Pictformat { /* private fields */ }
Trait Implementations§
source§impl Clone for Pictformat
impl Clone for Pictformat
source§fn clone(&self) -> Pictformat
fn clone(&self) -> Pictformat
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 Pictformat
impl Debug for Pictformat
source§impl Hash for Pictformat
impl Hash for Pictformat
source§impl Ord for Pictformat
impl Ord for Pictformat
source§fn cmp(&self, other: &Pictformat) -> Ordering
fn cmp(&self, other: &Pictformat) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Pictformat
impl PartialEq for Pictformat
source§impl PartialOrd for Pictformat
impl PartialOrd for Pictformat
source§impl Xid for Pictformat
impl Xid for Pictformat
source§impl XidNew for Pictformat
impl XidNew for Pictformat
impl Copy for Pictformat
impl Eq for Pictformat
impl StructuralPartialEq for Pictformat
Auto Trait Implementations§
impl Freeze for Pictformat
impl RefUnwindSafe for Pictformat
impl Send for Pictformat
impl Sync for Pictformat
impl Unpin for Pictformat
impl UnwindSafe for Pictformat
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
)