#[repr(C)]pub struct VkTilePropertiesQCOM {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub tileSize: VkExtent3D,
pub apronSize: VkExtent2D,
pub origin: VkOffset2D,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§tileSize: VkExtent3D
§apronSize: VkExtent2D
§origin: VkOffset2D
Trait Implementations§
Source§impl Clone for VkTilePropertiesQCOM
impl Clone for VkTilePropertiesQCOM
Source§fn clone(&self) -> VkTilePropertiesQCOM
fn clone(&self) -> VkTilePropertiesQCOM
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkTilePropertiesQCOM
impl Default for VkTilePropertiesQCOM
impl Copy for VkTilePropertiesQCOM
Auto Trait Implementations§
impl Freeze for VkTilePropertiesQCOM
impl RefUnwindSafe for VkTilePropertiesQCOM
impl !Send for VkTilePropertiesQCOM
impl !Sync for VkTilePropertiesQCOM
impl Unpin for VkTilePropertiesQCOM
impl UnwindSafe for VkTilePropertiesQCOM
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