Struct wgpu_types::DownlevelLimits
source · pub struct DownlevelLimits {}
Expand description
Represents the sets of additional limits on an adapter, which take place when running on downlevel backends.
Trait Implementations§
source§impl Clone for DownlevelLimits
impl Clone for DownlevelLimits
source§fn clone(&self) -> DownlevelLimits
fn clone(&self) -> DownlevelLimits
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 DownlevelLimits
impl Debug for DownlevelLimits
source§impl Default for DownlevelLimits
impl Default for DownlevelLimits
source§impl Hash for DownlevelLimits
impl Hash for DownlevelLimits
source§impl Ord for DownlevelLimits
impl Ord for DownlevelLimits
source§fn cmp(&self, other: &DownlevelLimits) -> Ordering
fn cmp(&self, other: &DownlevelLimits) -> 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 DownlevelLimits
impl PartialEq for DownlevelLimits
source§fn eq(&self, other: &DownlevelLimits) -> bool
fn eq(&self, other: &DownlevelLimits) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DownlevelLimits
impl PartialOrd for DownlevelLimits
source§fn partial_cmp(&self, other: &DownlevelLimits) -> Option<Ordering>
fn partial_cmp(&self, other: &DownlevelLimits) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for DownlevelLimits
impl StructuralPartialEq for DownlevelLimits
Auto Trait Implementations§
impl Freeze for DownlevelLimits
impl RefUnwindSafe for DownlevelLimits
impl Send for DownlevelLimits
impl Sync for DownlevelLimits
impl Unpin for DownlevelLimits
impl UnwindSafe for DownlevelLimits
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