pub struct TypeIdRef<'a> { /* private fields */ }Implementations§
Source§impl<'a> TypeIdRef<'a>
impl<'a> TypeIdRef<'a>
pub fn as_ptr(&self) -> *const dds_typeid_t
pub fn equals(&self, other: &TypeIdRef<'_>) -> bool
pub fn is_none(&self) -> bool
pub fn is_hash(&self) -> bool
pub fn is_minimal(&self) -> bool
pub fn is_complete(&self) -> bool
pub fn is_fully_descriptive(&self) -> bool
pub fn kind(&self) -> TypeIdKind
pub fn resolve_type_object( &self, entity: dds_entity_t, timeout: dds_duration_t, ) -> DdsResult<TypeObject>
pub fn equivalence_hash(&self) -> [u8; 14]
pub fn display_string(&self) -> String
pub fn to_owned_type_id(&self) -> DdsResult<OwnedTypeId>
Auto Trait Implementations§
impl<'a> Freeze for TypeIdRef<'a>
impl<'a> RefUnwindSafe for TypeIdRef<'a>
impl<'a> !Send for TypeIdRef<'a>
impl<'a> !Sync for TypeIdRef<'a>
impl<'a> Unpin for TypeIdRef<'a>
impl<'a> UnsafeUnpin for TypeIdRef<'a>
impl<'a> UnwindSafe for TypeIdRef<'a>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request