pub struct DdsTypeRow<'a, T: DdsType> {
pub sample: &'a T,
}Expand description
RowAccess adapter for a DdsType sample value. Used by the
DataReader in read_w_condition/take_w_condition and by the
ContentFilteredTopic filter.
Fields§
§sample: &'a TInner sample whose fields are queried via
DdsType::field_value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for DdsTypeRow<'a, T>
impl<'a, T> RefUnwindSafe for DdsTypeRow<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for DdsTypeRow<'a, T>where
T: Sync,
impl<'a, T> Sync for DdsTypeRow<'a, T>where
T: Sync,
impl<'a, T> Unpin for DdsTypeRow<'a, T>
impl<'a, T> UnsafeUnpin for DdsTypeRow<'a, T>
impl<'a, T> UnwindSafe for DdsTypeRow<'a, T>where
T: RefUnwindSafe,
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