#[repr(C)]pub struct VkMemoryRequirements {
pub size: VkDeviceSize,
pub alignment: VkDeviceSize,
pub memoryTypeBits: u32,
}
Fields§
§size: VkDeviceSize
§alignment: VkDeviceSize
§memoryTypeBits: u32
Trait Implementations§
Source§impl Clone for VkMemoryRequirements
impl Clone for VkMemoryRequirements
Source§fn clone(&self) -> VkMemoryRequirements
fn clone(&self) -> VkMemoryRequirements
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 VkMemoryRequirements
impl Default for VkMemoryRequirements
Source§fn default() -> VkMemoryRequirements
fn default() -> VkMemoryRequirements
Returns the “default value” for a type. Read more
impl Copy for VkMemoryRequirements
Auto Trait Implementations§
impl Freeze for VkMemoryRequirements
impl RefUnwindSafe for VkMemoryRequirements
impl Send for VkMemoryRequirements
impl Sync for VkMemoryRequirements
impl Unpin for VkMemoryRequirements
impl UnwindSafe for VkMemoryRequirements
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