#[repr(C)]pub struct D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4 {
pub Reserved: [u64; 8],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Reserved: [u64; 8]
Trait Implementations§
impl Copy for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
Auto Trait Implementations§
impl RefUnwindSafe for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
impl Send for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
impl Sync for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
impl Unpin for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
impl UnwindSafe for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_0_4
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