#[repr(C)]pub struct VkDeviceImageMemoryRequirements {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pCreateInfo: *const VkImageCreateInfo,
pub planeAspect: VkImageAspectFlagBits,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§pCreateInfo: *const VkImageCreateInfo
§planeAspect: VkImageAspectFlagBits
Trait Implementations§
Source§impl Clone for VkDeviceImageMemoryRequirements
impl Clone for VkDeviceImageMemoryRequirements
Source§fn clone(&self) -> VkDeviceImageMemoryRequirements
fn clone(&self) -> VkDeviceImageMemoryRequirements
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 moreimpl Copy for VkDeviceImageMemoryRequirements
Auto Trait Implementations§
impl Freeze for VkDeviceImageMemoryRequirements
impl RefUnwindSafe for VkDeviceImageMemoryRequirements
impl !Send for VkDeviceImageMemoryRequirements
impl !Sync for VkDeviceImageMemoryRequirements
impl Unpin for VkDeviceImageMemoryRequirements
impl UnwindSafe for VkDeviceImageMemoryRequirements
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