#[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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkTilePropertiesQCOM
impl Debug 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