#[repr(C)]
pub union ddsi_entityid {
pub u: u32,
}
Fields§
§u: u32
Trait Implementations§
Source§impl Clone for ddsi_entityid
impl Clone for ddsi_entityid
Source§fn clone(&self) -> ddsi_entityid
fn clone(&self) -> ddsi_entityid
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 ddsi_entityid
Auto Trait Implementations§
impl Freeze for ddsi_entityid
impl RefUnwindSafe for ddsi_entityid
impl Send for ddsi_entityid
impl Sync for ddsi_entityid
impl Unpin for ddsi_entityid
impl UnwindSafe for ddsi_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