Enum blade_graphics::ViewDimension
source · pub enum ViewDimension {
D1,
D1Array,
D2,
D2Array,
Cube,
CubeArray,
D3,
}Variants§
Trait Implementations§
source§impl Clone for ViewDimension
impl Clone for ViewDimension
source§fn clone(&self) -> ViewDimension
fn clone(&self) -> ViewDimension
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 ViewDimension
impl Debug for ViewDimension
source§impl Hash for ViewDimension
impl Hash for ViewDimension
source§impl PartialEq for ViewDimension
impl PartialEq for ViewDimension
source§fn eq(&self, other: &ViewDimension) -> bool
fn eq(&self, other: &ViewDimension) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ViewDimension
impl Eq for ViewDimension
impl StructuralEq for ViewDimension
impl StructuralPartialEq for ViewDimension
Auto Trait Implementations§
impl RefUnwindSafe for ViewDimension
impl Send for ViewDimension
impl Sync for ViewDimension
impl Unpin for ViewDimension
impl UnwindSafe for ViewDimension
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.