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