#[repr(C)]pub struct MemoryDedicatedRequirementsKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub prefersDedicatedAllocation: Bool32,
pub requiresDedicatedAllocation: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§prefersDedicatedAllocation: Bool32
§requiresDedicatedAllocation: Bool32
Auto Trait Implementations§
impl Freeze for MemoryDedicatedRequirementsKHR
impl RefUnwindSafe for MemoryDedicatedRequirementsKHR
impl !Send for MemoryDedicatedRequirementsKHR
impl !Sync for MemoryDedicatedRequirementsKHR
impl Unpin for MemoryDedicatedRequirementsKHR
impl UnwindSafe for MemoryDedicatedRequirementsKHR
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