[−][src]Struct rosrust_msg::tf2_msgs::TF2Error
Fields
error: u8
error_string: String
Methods
impl TF2Error
[src]
pub const NO_ERROR: u8
[src]
pub const LOOKUP_ERROR: u8
[src]
pub const CONNECTIVITY_ERROR: u8
[src]
pub const EXTRAPOLATION_ERROR: u8
[src]
pub const INVALID_ARGUMENT_ERROR: u8
[src]
pub const TIMEOUT_ERROR: u8
[src]
pub const TRANSFORM_ERROR: u8
[src]
Trait Implementations
impl Clone for TF2Error
[src][+]
impl Debug for TF2Error
[src][+]
impl Default for TF2Error
[src][+]
impl Message for TF2Error
[src][+]
impl PartialEq<TF2Error> for TF2Error
[src][+]
impl RosMsg for TF2Error
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TF2Error
impl Send for TF2Error
impl Sync for TF2Error
impl Unpin for TF2Error
impl UnwindSafe for TF2Error
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,