Struct windows_sys::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
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§
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