#[repr(u32)]pub enum CreateStorage {
NoStorage = 0,
AllocStorage = 1,
}
Expand description
crate::Texture
storage creation flags.
Variants§
Trait Implementations§
Source§impl Clone for CreateStorage
impl Clone for CreateStorage
Source§fn clone(&self) -> CreateStorage
fn clone(&self) -> CreateStorage
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 CreateStorage
impl Debug for CreateStorage
Source§impl PartialEq for CreateStorage
impl PartialEq for CreateStorage
impl Copy for CreateStorage
impl Eq for CreateStorage
impl StructuralPartialEq for CreateStorage
Auto Trait Implementations§
impl Freeze for CreateStorage
impl RefUnwindSafe for CreateStorage
impl Send for CreateStorage
impl Sync for CreateStorage
impl Unpin for CreateStorage
impl UnwindSafe for CreateStorage
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