#[repr(C)]pub struct D3DKMT_DESTROYSYNCHRONIZATIONOBJECT {
pub hSyncObject: u32,
}
Fields§
§hSyncObject: u32
Trait Implementations§
impl Copy for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
impl Send for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
impl Sync for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
impl Unpin for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
impl UnwindSafe for D3DKMT_DESTROYSYNCHRONIZATIONOBJECT
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