#[repr(C)]pub struct D3D12_RENDER_PASS_ENDING_ACCESS {
pub Type: D3D12_RENDER_PASS_ENDING_ACCESS_TYPE,
pub Anonymous: D3D12_RENDER_PASS_ENDING_ACCESS_0,
}
Fields§
§Type: D3D12_RENDER_PASS_ENDING_ACCESS_TYPE
§Anonymous: D3D12_RENDER_PASS_ENDING_ACCESS_0
Trait Implementations§
§impl Clone for D3D12_RENDER_PASS_ENDING_ACCESS
impl Clone for D3D12_RENDER_PASS_ENDING_ACCESS
Auto Trait Implementations§
impl Freeze for D3D12_RENDER_PASS_ENDING_ACCESS
impl RefUnwindSafe for D3D12_RENDER_PASS_ENDING_ACCESS
impl !Send for D3D12_RENDER_PASS_ENDING_ACCESS
impl !Sync for D3D12_RENDER_PASS_ENDING_ACCESS
impl Unpin for D3D12_RENDER_PASS_ENDING_ACCESS
impl UnwindSafe for D3D12_RENDER_PASS_ENDING_ACCESS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)