#[repr(C)]pub struct D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN {Show 30 fields
pub FenceValue: u64,
pub hLogicalSurface: u64,
pub dxgContext: usize,
pub VidPnSourceId: u32,
pub SwapChainIndex: u32,
pub PresentLimitSemaphoreId: u64,
pub FlipInterval: D3DDDI_FLIPINTERVAL_TYPE,
pub Flags: D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS,
pub hCompSurf: i64,
pub compSurfLuid: LUID,
pub confirmationCookie: u64,
pub CompositionSyncKey: u64,
pub RemainingTokens: u32,
pub ScrollRect: RECT,
pub ScrollOffset: POINT,
pub PresentCount: u32,
pub RevealColor: [f32; 4],
pub Rotation: D3DDDI_ROTATION,
pub Anonymous: D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN_0,
pub InkCookie: u32,
pub SourceRect: RECT,
pub DestWidth: u32,
pub DestHeight: u32,
pub TargetRect: RECT,
pub Transform: [f32; 6],
pub CustomDuration: u32,
pub CustomDurationFlipInterval: D3DDDI_FLIPINTERVAL_TYPE,
pub PlaneIndex: u32,
pub ColorSpace: D3DDDI_COLOR_SPACE_TYPE,
pub DirtyRegions: D3DKMT_DIRTYREGIONS,
}
Fields§
§FenceValue: u64
§hLogicalSurface: u64
§dxgContext: usize
§VidPnSourceId: u32
§SwapChainIndex: u32
§PresentLimitSemaphoreId: u64
§FlipInterval: D3DDDI_FLIPINTERVAL_TYPE
§Flags: D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS
§hCompSurf: i64
§compSurfLuid: LUID
§confirmationCookie: u64
§CompositionSyncKey: u64
§RemainingTokens: u32
§ScrollRect: RECT
§ScrollOffset: POINT
§PresentCount: u32
§RevealColor: [f32; 4]
§Rotation: D3DDDI_ROTATION
§Anonymous: D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN_0
§InkCookie: u32
§SourceRect: RECT
§DestWidth: u32
§DestHeight: u32
§TargetRect: RECT
§Transform: [f32; 6]
§CustomDuration: u32
§CustomDurationFlipInterval: D3DDDI_FLIPINTERVAL_TYPE
§PlaneIndex: u32
§ColorSpace: D3DDDI_COLOR_SPACE_TYPE
§DirtyRegions: D3DKMT_DIRTYREGIONS
Trait Implementations§
§impl Clone for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl Clone for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
§fn clone(&self) -> D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
fn clone(&self) -> D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
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 moreimpl Copy for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
Auto Trait Implementations§
impl Freeze for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl RefUnwindSafe for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl !Send for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl !Sync for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl Unpin for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
impl UnwindSafe for D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)