#[non_exhaustive]pub enum TexturePixmapX11ReportLevel {
RawRectangles,
DeltaRectangles,
BoundingBox,
NonEmpty,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for TexturePixmapX11ReportLevel
impl Clone for TexturePixmapX11ReportLevel
Source§fn clone(&self) -> TexturePixmapX11ReportLevel
fn clone(&self) -> TexturePixmapX11ReportLevel
Returns a duplicate 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 TexturePixmapX11ReportLevel
impl Debug for TexturePixmapX11ReportLevel
Source§impl Hash for TexturePixmapX11ReportLevel
impl Hash for TexturePixmapX11ReportLevel
Source§impl Ord for TexturePixmapX11ReportLevel
impl Ord for TexturePixmapX11ReportLevel
Source§fn cmp(&self, other: &TexturePixmapX11ReportLevel) -> Ordering
fn cmp(&self, other: &TexturePixmapX11ReportLevel) -> 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 PartialOrd for TexturePixmapX11ReportLevel
impl PartialOrd for TexturePixmapX11ReportLevel
impl Copy for TexturePixmapX11ReportLevel
impl Eq for TexturePixmapX11ReportLevel
impl StructuralPartialEq for TexturePixmapX11ReportLevel
Auto Trait Implementations§
impl Freeze for TexturePixmapX11ReportLevel
impl RefUnwindSafe for TexturePixmapX11ReportLevel
impl Send for TexturePixmapX11ReportLevel
impl Sync for TexturePixmapX11ReportLevel
impl Unpin for TexturePixmapX11ReportLevel
impl UnwindSafe for TexturePixmapX11ReportLevel
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