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