Struct windows_sys::Win32::Graphics::Dxgi::DXGI_SHARED_RESOURCE
[−]#[repr(C)]pub struct DXGI_SHARED_RESOURCE {
pub Handle: HANDLE,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
Fields
Handle: HANDLE
Trait Implementations
impl Clone for DXGI_SHARED_RESOURCE
impl Clone for DXGI_SHARED_RESOURCE
impl Copy for DXGI_SHARED_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for DXGI_SHARED_RESOURCE
impl Send for DXGI_SHARED_RESOURCE
impl Sync for DXGI_SHARED_RESOURCE
impl Unpin for DXGI_SHARED_RESOURCE
impl UnwindSafe for DXGI_SHARED_RESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more