Struct ash::vk::SubresourceLayout2EXT
source · #[repr(C)]pub struct SubresourceLayout2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub subresource_layout: SubresourceLayout,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§subresource_layout: SubresourceLayout
Implementations§
source§impl SubresourceLayout2EXT
impl SubresourceLayout2EXT
pub fn builder<'a>() -> SubresourceLayout2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for SubresourceLayout2EXT
impl Clone for SubresourceLayout2EXT
source§fn clone(&self) -> SubresourceLayout2EXT
fn clone(&self) -> SubresourceLayout2EXT
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 SubresourceLayout2EXT
impl Debug for SubresourceLayout2EXT
source§impl Default for SubresourceLayout2EXT
impl Default for SubresourceLayout2EXT
source§impl TaggedStructure for SubresourceLayout2EXT
impl TaggedStructure for SubresourceLayout2EXT
const STRUCTURE_TYPE: StructureType = StructureType::SUBRESOURCE_LAYOUT_2_EXT
impl Copy for SubresourceLayout2EXT
Auto Trait Implementations§
impl Freeze for SubresourceLayout2EXT
impl RefUnwindSafe for SubresourceLayout2EXT
impl !Send for SubresourceLayout2EXT
impl !Sync for SubresourceLayout2EXT
impl Unpin for SubresourceLayout2EXT
impl UnwindSafe for SubresourceLayout2EXT
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