#[repr(C)]pub struct EntityId {
pub smhdr: SubmessageHeader_t,
pub entityid: ddsi_entityid_t,
}
Fields§
§smhdr: SubmessageHeader_t
§entityid: ddsi_entityid_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityId
impl RefUnwindSafe for EntityId
impl Send for EntityId
impl Sync for EntityId
impl Unpin for EntityId
impl UnwindSafe for EntityId
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