#[repr(C)]pub struct D3DDDI_PATCHLOCATIONLIST {
pub AllocationIndex: UINT,
pub Value: UINT,
pub DriverId: UINT,
pub AllocationOffset: UINT,
pub PatchOffset: UINT,
pub SplitOffset: UINT,
}
Fields§
§AllocationIndex: UINT
§Value: UINT
§DriverId: UINT
§AllocationOffset: UINT
§PatchOffset: UINT
§SplitOffset: UINT
Implementations§
Trait Implementations§
Source§impl Clone for D3DDDI_PATCHLOCATIONLIST
impl Clone for D3DDDI_PATCHLOCATIONLIST
Source§fn clone(&self) -> D3DDDI_PATCHLOCATIONLIST
fn clone(&self) -> D3DDDI_PATCHLOCATIONLIST
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 moreSource§impl Default for D3DDDI_PATCHLOCATIONLIST
impl Default for D3DDDI_PATCHLOCATIONLIST
Source§fn default() -> D3DDDI_PATCHLOCATIONLIST
fn default() -> D3DDDI_PATCHLOCATIONLIST
Returns the “default value” for a type. Read more
impl Copy for D3DDDI_PATCHLOCATIONLIST
Auto Trait Implementations§
impl Freeze for D3DDDI_PATCHLOCATIONLIST
impl RefUnwindSafe for D3DDDI_PATCHLOCATIONLIST
impl Send for D3DDDI_PATCHLOCATIONLIST
impl Sync for D3DDDI_PATCHLOCATIONLIST
impl Unpin for D3DDDI_PATCHLOCATIONLIST
impl UnwindSafe for D3DDDI_PATCHLOCATIONLIST
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