#[repr(C)]pub struct ddsi_entityid {
pub u: __BindgenUnionField<u32>,
pub bindgen_union_field: u32,
}Fields§
§u: __BindgenUnionField<u32>§bindgen_union_field: u32Trait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Debug for ddsi_entityid
impl Debug for ddsi_entityid
Source§impl Default for ddsi_entityid
impl Default for ddsi_entityid
Source§fn default() -> ddsi_entityid
fn default() -> ddsi_entityid
Returns the “default value” for a type. Read more
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 UnsafeUnpin 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