#[repr(C)]pub struct D3D11_MAPPED_SUBRESOURCE {
pub pData: *mut c_void,
pub RowPitch: u32,
pub DepthPitch: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
pData: *mut c_void
RowPitch: u32
DepthPitch: u32
Trait Implementations
impl Clone for D3D11_MAPPED_SUBRESOURCE
impl Clone for D3D11_MAPPED_SUBRESOURCE
impl Copy for D3D11_MAPPED_SUBRESOURCE
Auto Trait Implementations
impl RefUnwindSafe for D3D11_MAPPED_SUBRESOURCE
impl !Send for D3D11_MAPPED_SUBRESOURCE
impl !Sync for D3D11_MAPPED_SUBRESOURCE
impl Unpin for D3D11_MAPPED_SUBRESOURCE
impl UnwindSafe for D3D11_MAPPED_SUBRESOURCE
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