Struct windows_sys::Wdk::Graphics::Direct3D::D3DDDI_RESOURCEFLAGS2
#[repr(C)]pub struct D3DDDI_RESOURCEFLAGS2 {
pub Anonymous: D3DDDI_RESOURCEFLAGS2_0,
}
Fields§
§Anonymous: D3DDDI_RESOURCEFLAGS2_0
Trait Implementations§
§impl Clone for D3DDDI_RESOURCEFLAGS2
impl Clone for D3DDDI_RESOURCEFLAGS2
impl Copy for D3DDDI_RESOURCEFLAGS2
Auto Trait Implementations§
impl RefUnwindSafe for D3DDDI_RESOURCEFLAGS2
impl Send for D3DDDI_RESOURCEFLAGS2
impl Sync for D3DDDI_RESOURCEFLAGS2
impl Unpin for D3DDDI_RESOURCEFLAGS2
impl UnwindSafe for D3DDDI_RESOURCEFLAGS2
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