Struct windows_sys::Win32::Graphics::Dxgi::DXGI_MAPPED_RECT
[−]Expand description
Required features: ‘Win32_Graphics_Dxgi’
Fields
Pitch: i32
pBits: *mut u8
Trait Implementations
impl Clone for DXGI_MAPPED_RECT
impl Clone for DXGI_MAPPED_RECT
impl Copy for DXGI_MAPPED_RECT
Auto Trait Implementations
impl RefUnwindSafe for DXGI_MAPPED_RECT
impl !Send for DXGI_MAPPED_RECT
impl !Sync for DXGI_MAPPED_RECT
impl Unpin for DXGI_MAPPED_RECT
impl UnwindSafe for DXGI_MAPPED_RECT
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