Struct windows_sys::Win32::System::WindowsProgramming::TDIEntityID
[−]#[repr(C)]pub struct TDIEntityID {
pub tei_entity: TDIENTITY_ENTITY_TYPE,
pub tei_instance: u32,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
tei_entity: TDIENTITY_ENTITY_TYPE
tei_instance: u32
Trait Implementations
impl Clone for TDIEntityID
impl Clone for TDIEntityID
impl Copy for TDIEntityID
Auto Trait Implementations
impl RefUnwindSafe for TDIEntityID
impl Send for TDIEntityID
impl Sync for TDIEntityID
impl Unpin for TDIEntityID
impl UnwindSafe for TDIEntityID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more