Enum ros_pointcloud2::ConversionError
source · pub enum ConversionError {
InvalidFieldFormat,
NotEnoughFields,
TooManyDimensions,
UnsupportedFieldType,
NoPoints,
DataLengthMismatch,
MetaIndexLengthMismatch,
EndOfBuffer,
PointConversionError,
MetaDatatypeMismatch,
}Expand description
Errors that can occur when converting between PointCloud2 and a custom type.
Variants§
InvalidFieldFormat
NotEnoughFields
TooManyDimensions
UnsupportedFieldType
NoPoints
DataLengthMismatch
MetaIndexLengthMismatch
EndOfBuffer
PointConversionError
MetaDatatypeMismatch
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConversionError
impl RefUnwindSafe for ConversionError
impl Send for ConversionError
impl Sync for ConversionError
impl Unpin for ConversionError
impl UnwindSafe for ConversionError
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