Struct windows::Win32::System::WindowsProgramming::TDIEntityID
#[repr(C)]pub struct TDIEntityID {
pub tei_entity: TDIENTITY_ENTITY_TYPE,
pub tei_instance: u32,
}
Fields§
§tei_entity: TDIENTITY_ENTITY_TYPE
§tei_instance: u32
Trait Implementations§
§impl Clone for TDIEntityID
impl Clone for TDIEntityID
§fn clone(&self) -> TDIEntityID
fn clone(&self) -> TDIEntityID
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 TDIEntityID
impl Debug for TDIEntityID
§impl PartialEq for TDIEntityID
impl PartialEq for TDIEntityID
§fn eq(&self, other: &TDIEntityID) -> bool
fn eq(&self, other: &TDIEntityID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TDIEntityID
impl Eq for TDIEntityID
impl StructuralPartialEq for TDIEntityID
Auto Trait Implementations§
impl Freeze for TDIEntityID
impl RefUnwindSafe for TDIEntityID
impl Send for TDIEntityID
impl Sync for TDIEntityID
impl Unpin for TDIEntityID
impl UnwindSafe for TDIEntityID
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
)