Struct rclrust_msg::tf2_msgs::action::LookupTransform_Goal_Raw
source · [−]#[repr(C)]pub struct LookupTransform_Goal_Raw {
pub target_frame: FFIString,
pub source_frame: FFIString,
pub source_time: Time_Raw,
pub timeout: Duration_Raw,
pub target_time: Time_Raw,
pub fixed_frame: FFIString,
pub advanced: bool,
}
Fields
target_frame: FFIString
source_frame: FFIString
source_time: Time_Raw
timeout: Duration_Raw
target_time: Time_Raw
fixed_frame: FFIString
advanced: bool
Trait Implementations
sourceimpl Debug for LookupTransform_Goal_Raw
impl Debug for LookupTransform_Goal_Raw
sourceimpl Default for LookupTransform_Goal_Raw
impl Default for LookupTransform_Goal_Raw
sourceimpl Drop for LookupTransform_Goal_Raw
impl Drop for LookupTransform_Goal_Raw
sourceimpl FFIToRust for LookupTransform_Goal_Raw
impl FFIToRust for LookupTransform_Goal_Raw
type Target = LookupTransform_Goal
unsafe fn to_rust(&self) -> Self::Target
impl Send for LookupTransform_Goal_Raw
impl Sync for LookupTransform_Goal_Raw
Auto Trait Implementations
impl RefUnwindSafe for LookupTransform_Goal_Raw
impl Unpin for LookupTransform_Goal_Raw
impl UnwindSafe for LookupTransform_Goal_Raw
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