#[repr(C)]pub struct TileMemoryRequirementsQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub size: u64,
pub alignment: u64,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TILE_MEMORY_REQUIREMENTS_QCOM.
p_next: *mut c_voidOptional, may be null.
size: u64§alignment: u64Implementations§
Source§impl TileMemoryRequirementsQCOM
impl TileMemoryRequirementsQCOM
Sourcepub fn builder<'a>() -> TileMemoryRequirementsQCOMBuilder<'a>
pub fn builder<'a>() -> TileMemoryRequirementsQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for TileMemoryRequirementsQCOM
impl Clone for TileMemoryRequirementsQCOM
Source§fn clone(&self) -> TileMemoryRequirementsQCOM
fn clone(&self) -> TileMemoryRequirementsQCOM
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 TileMemoryRequirementsQCOM
impl Debug for TileMemoryRequirementsQCOM
Source§impl Default for TileMemoryRequirementsQCOM
impl Default for TileMemoryRequirementsQCOM
impl Copy for TileMemoryRequirementsQCOM
impl ExtendsMemoryRequirements2 for TileMemoryRequirementsQCOM
Auto Trait Implementations§
impl Freeze for TileMemoryRequirementsQCOM
impl RefUnwindSafe for TileMemoryRequirementsQCOM
impl !Send for TileMemoryRequirementsQCOM
impl !Sync for TileMemoryRequirementsQCOM
impl Unpin for TileMemoryRequirementsQCOM
impl UnsafeUnpin for TileMemoryRequirementsQCOM
impl UnwindSafe for TileMemoryRequirementsQCOM
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