Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_TEX3D_RTV
[−]Expand description
Required features: ‘Win32_Graphics_Direct3D11’
Fields
MipSlice: u32
FirstWSlice: u32
WSize: u32
Trait Implementations
impl Clone for D3D11_TEX3D_RTV
impl Clone for D3D11_TEX3D_RTV
impl Copy for D3D11_TEX3D_RTV
Auto Trait Implementations
impl RefUnwindSafe for D3D11_TEX3D_RTV
impl Send for D3D11_TEX3D_RTV
impl Sync for D3D11_TEX3D_RTV
impl Unpin for D3D11_TEX3D_RTV
impl UnwindSafe for D3D11_TEX3D_RTV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more