Struct windows_sys::Win32::Graphics::Direct2D::D2D1_MAPPED_RECT
[−]Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
pitch: u32
bits: *mut u8
Trait Implementations
impl Clone for D2D1_MAPPED_RECT
impl Clone for D2D1_MAPPED_RECT
impl Copy for D2D1_MAPPED_RECT
Auto Trait Implementations
impl RefUnwindSafe for D2D1_MAPPED_RECT
impl !Send for D2D1_MAPPED_RECT
impl !Sync for D2D1_MAPPED_RECT
impl Unpin for D2D1_MAPPED_RECT
impl UnwindSafe for D2D1_MAPPED_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