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
sourceimpl Clone for DownlevelLimits
impl Clone for DownlevelLimits
sourcefn clone(&self) -> DownlevelLimits
fn clone(&self) -> DownlevelLimits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DownlevelLimits
impl Debug for DownlevelLimits
sourceimpl Default for DownlevelLimits
impl Default for DownlevelLimits
sourceimpl Hash for DownlevelLimits
impl Hash for DownlevelLimits
sourceimpl Ord for DownlevelLimits
impl Ord for DownlevelLimits
sourceimpl PartialEq<DownlevelLimits> for DownlevelLimits
impl PartialEq<DownlevelLimits> for DownlevelLimits
sourceimpl PartialOrd<DownlevelLimits> for DownlevelLimits
impl PartialOrd<DownlevelLimits> for DownlevelLimits
sourcefn partial_cmp(&self, other: &DownlevelLimits) -> Option<Ordering>
fn partial_cmp(&self, other: &DownlevelLimits) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Eq for DownlevelLimits
impl StructuralEq for DownlevelLimits
impl StructuralPartialEq for DownlevelLimits
Auto Trait Implementations
impl RefUnwindSafe for DownlevelLimits
impl Send for DownlevelLimits
impl Sync for DownlevelLimits
impl Unpin for DownlevelLimits
impl UnwindSafe for DownlevelLimits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more