Union windows_sys::Wdk::Graphics::Direct3D::D3DDDI_ALLOCATIONINFO2_2
#[repr(C)]
pub union D3DDDI_ALLOCATIONINFO2_2 {
pub Anonymous: D3DDDI_ALLOCATIONINFO2_2_0,
pub Value: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Anonymous: D3DDDI_ALLOCATIONINFO2_2_0
§Value: u32
Trait Implementations§
§impl Clone for D3DDDI_ALLOCATIONINFO2_2
impl Clone for D3DDDI_ALLOCATIONINFO2_2
impl Copy for D3DDDI_ALLOCATIONINFO2_2
Auto Trait Implementations§
impl RefUnwindSafe for D3DDDI_ALLOCATIONINFO2_2
impl Send for D3DDDI_ALLOCATIONINFO2_2
impl Sync for D3DDDI_ALLOCATIONINFO2_2
impl Unpin for D3DDDI_ALLOCATIONINFO2_2
impl UnwindSafe for D3DDDI_ALLOCATIONINFO2_2
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