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