Struct rclrust_msg::visualization_msgs::msg::UVCoordinate_Raw
source · [−]Fields
u: f32
v: f32
Trait Implementations
sourceimpl Debug for UVCoordinate_Raw
impl Debug for UVCoordinate_Raw
sourceimpl Default for UVCoordinate_Raw
impl Default for UVCoordinate_Raw
sourceimpl Drop for UVCoordinate_Raw
impl Drop for UVCoordinate_Raw
sourceimpl FFIToRust for UVCoordinate_Raw
impl FFIToRust for UVCoordinate_Raw
type Target = UVCoordinate
unsafe fn to_rust(&self) -> Self::Target
impl Send for UVCoordinate_Raw
impl Sync for UVCoordinate_Raw
Auto Trait Implementations
impl RefUnwindSafe for UVCoordinate_Raw
impl Unpin for UVCoordinate_Raw
impl UnwindSafe for UVCoordinate_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