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