#[repr(C)]pub struct PhysicalDeviceTexelBufferAlignmentProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_texel_buffer_offset_alignment_bytes: u64,
pub storage_texel_buffer_offset_single_texel_alignment: u32,
pub uniform_texel_buffer_offset_alignment_bytes: u64,
pub uniform_texel_buffer_offset_single_texel_alignment: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidstorage_texel_buffer_offset_alignment_bytes: u64storage_texel_buffer_offset_single_texel_alignment: u32uniform_texel_buffer_offset_alignment_bytes: u64uniform_texel_buffer_offset_single_texel_alignment: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceTexelBufferAlignmentProperties
impl Clone for PhysicalDeviceTexelBufferAlignmentProperties
sourcefn clone(&self) -> PhysicalDeviceTexelBufferAlignmentProperties
fn clone(&self) -> PhysicalDeviceTexelBufferAlignmentProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceTexelBufferAlignmentProperties
impl Default for PhysicalDeviceTexelBufferAlignmentProperties
sourcefn default() -> PhysicalDeviceTexelBufferAlignmentProperties
fn default() -> PhysicalDeviceTexelBufferAlignmentProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceTexelBufferAlignmentProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTexelBufferAlignmentProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceTexelBufferAlignmentProperties
impl !Send for PhysicalDeviceTexelBufferAlignmentProperties
impl !Sync for PhysicalDeviceTexelBufferAlignmentProperties
impl Unpin for PhysicalDeviceTexelBufferAlignmentProperties
impl UnwindSafe for PhysicalDeviceTexelBufferAlignmentProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more