pub enum ReflectDimension {
Undefined,
Type1d,
Type2d,
Type3d,
Cube,
Rect,
Buffer,
SubPassData,
}Variants§
Trait Implementations§
Source§impl Clone for ReflectDimension
impl Clone for ReflectDimension
Source§fn clone(&self) -> ReflectDimension
fn clone(&self) -> ReflectDimension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReflectDimension
Source§impl Debug for ReflectDimension
impl Debug for ReflectDimension
Source§impl Default for ReflectDimension
impl Default for ReflectDimension
Source§impl PartialEq for ReflectDimension
impl PartialEq for ReflectDimension
Source§fn eq(&self, other: &ReflectDimension) -> bool
fn eq(&self, other: &ReflectDimension) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReflectDimension
impl Serialize for ReflectDimension
impl StructuralPartialEq for ReflectDimension
Auto Trait Implementations§
impl Freeze for ReflectDimension
impl RefUnwindSafe for ReflectDimension
impl Send for ReflectDimension
impl Sync for ReflectDimension
impl Unpin for ReflectDimension
impl UnsafeUnpin for ReflectDimension
impl UnwindSafe for ReflectDimension
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