#[repr(C)]pub struct DXGI_MAPPED_RECT {
pub Pitch: INT,
pub pBits: *mut BYTE,
}
Fields§
§Pitch: INT
§pBits: *mut BYTE
Trait Implementations§
Source§impl Clone for DXGI_MAPPED_RECT
impl Clone for DXGI_MAPPED_RECT
Source§fn clone(&self) -> DXGI_MAPPED_RECT
fn clone(&self) -> DXGI_MAPPED_RECT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DXGI_MAPPED_RECT
impl Default for DXGI_MAPPED_RECT
Source§fn default() -> DXGI_MAPPED_RECT
fn default() -> DXGI_MAPPED_RECT
Returns the “default value” for a type. Read more
impl Copy for DXGI_MAPPED_RECT
Auto Trait Implementations§
impl Freeze for DXGI_MAPPED_RECT
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more