Struct 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 moreimpl Copy 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