Struct rclrust_msg::tf2_msgs::action::LookupTransform_Goal
source · [−]pub struct LookupTransform_Goal {
pub target_frame: String,
pub source_frame: String,
pub source_time: Time,
pub timeout: Duration,
pub target_time: Time,
pub fixed_frame: String,
pub advanced: bool,
}
Fields
target_frame: String
source_frame: String
source_time: Time
timeout: Duration
target_time: Time
fixed_frame: String
advanced: bool
Trait Implementations
sourceimpl Clone for LookupTransform_Goal
impl Clone for LookupTransform_Goal
sourcefn clone(&self) -> LookupTransform_Goal
fn clone(&self) -> LookupTransform_Goal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LookupTransform_Goal
impl Debug for LookupTransform_Goal
sourceimpl Default for LookupTransform_Goal
impl Default for LookupTransform_Goal
sourceimpl MessageT for LookupTransform_Goal
impl MessageT for LookupTransform_Goal
type Raw = LookupTransform_Goal_Raw
type RawRef = LookupTransform_Goal_RawRef
fn type_support() -> *const c_void
unsafe fn from_raw(from: &Self::Raw) -> Self
unsafe fn to_raw_ref(&self) -> Self::RawRef
sourceimpl PartialEq<LookupTransform_Goal> for LookupTransform_Goal
impl PartialEq<LookupTransform_Goal> for LookupTransform_Goal
sourcefn eq(&self, other: &LookupTransform_Goal) -> bool
fn eq(&self, other: &LookupTransform_Goal) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LookupTransform_Goal) -> bool
fn ne(&self, other: &LookupTransform_Goal) -> bool
This method tests for !=
.
impl StructuralPartialEq for LookupTransform_Goal
Auto Trait Implementations
impl RefUnwindSafe for LookupTransform_Goal
impl Send for LookupTransform_Goal
impl Sync for LookupTransform_Goal
impl Unpin for LookupTransform_Goal
impl UnwindSafe for LookupTransform_Goal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more