#[repr(i32)]pub enum SpvAddressingModel {
Logical = 0,
Physical32 = 1,
Physical64 = 2,
PhysicalStorageBuffer64 = 5_348,
}Variants§
Implementations§
source§impl SpvAddressingModel
impl SpvAddressingModel
pub const PhysicalStorageBuffer64EXT: SpvAddressingModel = SpvAddressingModel::PhysicalStorageBuffer64
Trait Implementations§
source§impl Clone for SpvAddressingModel
impl Clone for SpvAddressingModel
source§fn clone(&self) -> SpvAddressingModel
fn clone(&self) -> SpvAddressingModel
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 SpvAddressingModel
impl Debug for SpvAddressingModel
source§impl Hash for SpvAddressingModel
impl Hash for SpvAddressingModel
source§impl PartialEq for SpvAddressingModel
impl PartialEq for SpvAddressingModel
impl Copy for SpvAddressingModel
impl Eq for SpvAddressingModel
impl StructuralPartialEq for SpvAddressingModel
Auto Trait Implementations§
impl Freeze for SpvAddressingModel
impl RefUnwindSafe for SpvAddressingModel
impl Send for SpvAddressingModel
impl Sync for SpvAddressingModel
impl Unpin for SpvAddressingModel
impl UnwindSafe for SpvAddressingModel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)