Enum mozangle::shaders::ffi::ShPixelLocalStorageType
source · #[repr(i32)]pub enum ShPixelLocalStorageType {
NotSupported = 0,
ImageStoreR32PackedFormats = 1,
ImageStoreNativeFormats = 2,
FramebufferFetch = 3,
}
Variants§
Trait Implementations§
source§impl Clone for ShPixelLocalStorageType
impl Clone for ShPixelLocalStorageType
source§fn clone(&self) -> ShPixelLocalStorageType
fn clone(&self) -> ShPixelLocalStorageType
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 ShPixelLocalStorageType
impl Debug for ShPixelLocalStorageType
source§impl Hash for ShPixelLocalStorageType
impl Hash for ShPixelLocalStorageType
source§impl PartialEq for ShPixelLocalStorageType
impl PartialEq for ShPixelLocalStorageType
source§fn eq(&self, other: &ShPixelLocalStorageType) -> bool
fn eq(&self, other: &ShPixelLocalStorageType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShPixelLocalStorageType
impl Eq for ShPixelLocalStorageType
impl StructuralPartialEq for ShPixelLocalStorageType
Auto Trait Implementations§
impl Freeze for ShPixelLocalStorageType
impl RefUnwindSafe for ShPixelLocalStorageType
impl Send for ShPixelLocalStorageType
impl Sync for ShPixelLocalStorageType
impl Unpin for ShPixelLocalStorageType
impl UnwindSafe for ShPixelLocalStorageType
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