Struct D3DRASTER_STATUS
#[repr(C)]pub struct D3DRASTER_STATUS {
pub InVBlank: BOOL,
pub ScanLine: u32,
}
Fields§
§InVBlank: BOOL
§ScanLine: u32
Trait Implementations§
§impl Clone for D3DRASTER_STATUS
impl Clone for D3DRASTER_STATUS
§fn clone(&self) -> D3DRASTER_STATUS
fn clone(&self) -> D3DRASTER_STATUS
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 more§impl Debug for D3DRASTER_STATUS
impl Debug for D3DRASTER_STATUS
§impl Default for D3DRASTER_STATUS
impl Default for D3DRASTER_STATUS
§impl PartialEq for D3DRASTER_STATUS
impl PartialEq for D3DRASTER_STATUS
impl Copy for D3DRASTER_STATUS
impl StructuralPartialEq for D3DRASTER_STATUS
Auto Trait Implementations§
impl Freeze for D3DRASTER_STATUS
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§
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