pub struct DdsEntity(/* private fields */);Implementations§
Source§impl DdsEntity
impl DdsEntity
pub unsafe fn new(entity: dds_entity_t) -> Self
pub unsafe fn entity(&self) -> dds_entity_t
Trait Implementations§
impl StructuralPartialEq for DdsEntity
Auto Trait Implementations§
impl Freeze for DdsEntity
impl RefUnwindSafe for DdsEntity
impl Send for DdsEntity
impl Sync for DdsEntity
impl Unpin for DdsEntity
impl UnwindSafe for DdsEntity
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