pub struct PointFieldView<'a> {
pub name: &'a str,
pub offset: u32,
pub datatype: u8,
pub count: u32,
}Expand description
Zero-copy view of a PointField element within a CDR sequence.
Fields§
§name: &'a str§offset: u32§datatype: u8§count: u32Auto Trait Implementations§
impl<'a> Freeze for PointFieldView<'a>
impl<'a> RefUnwindSafe for PointFieldView<'a>
impl<'a> Send for PointFieldView<'a>
impl<'a> Sync for PointFieldView<'a>
impl<'a> Unpin for PointFieldView<'a>
impl<'a> UnsafeUnpin for PointFieldView<'a>
impl<'a> UnwindSafe for PointFieldView<'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