Struct windows_sys::Win32::Graphics::Direct3D9::D3DRASTER_STATUS
[−]Expand description
Required features: "Win32_Graphics_Direct3D9"
, "Win32_Foundation"
Fields
InVBlank: BOOL
ScanLine: u32
Trait Implementations
impl Clone for D3DRASTER_STATUS
impl Clone for D3DRASTER_STATUS
impl Copy for D3DRASTER_STATUS
Auto Trait Implementations
impl RefUnwindSafe for D3DRASTER_STATUS
impl Send for D3DRASTER_STATUS
impl Sync for D3DRASTER_STATUS
impl Unpin for D3DRASTER_STATUS
impl UnwindSafe for D3DRASTER_STATUS
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