pub enum ReflectResourceType {
Undefined,
Sampler,
CombinedImageSampler,
ConstantBufferView,
ShaderResourceView,
UnorderedAccessView,
}Variants§
Trait Implementations§
Source§impl Clone for ReflectResourceType
impl Clone for ReflectResourceType
Source§fn clone(&self) -> ReflectResourceType
fn clone(&self) -> ReflectResourceType
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 ReflectResourceType
impl Debug for ReflectResourceType
Source§impl Default for ReflectResourceType
impl Default for ReflectResourceType
Source§impl PartialEq for ReflectResourceType
impl PartialEq for ReflectResourceType
Source§impl Serialize for ReflectResourceType
impl Serialize for ReflectResourceType
impl Copy for ReflectResourceType
impl StructuralPartialEq for ReflectResourceType
Auto Trait Implementations§
impl Freeze for ReflectResourceType
impl RefUnwindSafe for ReflectResourceType
impl Send for ReflectResourceType
impl Sync for ReflectResourceType
impl Unpin for ReflectResourceType
impl UnwindSafe for ReflectResourceType
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