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