Struct windows_sys::Win32::Graphics::Direct3D9::D3DLOCKED_RECT
[−]Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
Pitch: i32
pBits: *mut c_void
Trait Implementations
impl Clone for D3DLOCKED_RECT
impl Clone for D3DLOCKED_RECT
impl Copy for D3DLOCKED_RECT
Auto Trait Implementations
impl RefUnwindSafe for D3DLOCKED_RECT
impl !Send for D3DLOCKED_RECT
impl !Sync for D3DLOCKED_RECT
impl Unpin for D3DLOCKED_RECT
impl UnwindSafe for D3DLOCKED_RECT
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