#[repr(C)]pub struct D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence {
pub FenceValue: UINT64,
}
Fields§
§FenceValue: UINT64
Trait Implementations§
Source§impl Clone for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl Clone for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
Source§fn clone(&self) -> D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
fn clone(&self) -> D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
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 D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl Default for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
Source§fn default() -> D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
fn default() -> D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
Returns the “default value” for a type. Read more
impl Copy for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
Auto Trait Implementations§
impl Freeze for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl RefUnwindSafe for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl Send for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl Sync for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl Unpin for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
impl UnwindSafe for D3DDDI_SYNCHRONIZATIONOBJECTINFO2_u_Fence
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