Struct rclrust_msg::sensor_msgs::msg::MagneticField
source · [−]pub struct MagneticField {
pub header: Header,
pub magnetic_field: Vector3,
pub magnetic_field_covariance: [f64; 9],
}
Fields
header: Header
magnetic_field: Vector3
magnetic_field_covariance: [f64; 9]
Trait Implementations
sourceimpl Clone for MagneticField
impl Clone for MagneticField
sourcefn clone(&self) -> MagneticField
fn clone(&self) -> MagneticField
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 MagneticField
impl Debug for MagneticField
sourceimpl Default for MagneticField
impl Default for MagneticField
sourceimpl InternalDefault for MagneticField
impl InternalDefault for MagneticField
sourceimpl MessageT for MagneticField
impl MessageT for MagneticField
type Raw = MagneticField_Raw
type RawRef = MagneticField_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<MagneticField> for MagneticField
impl PartialEq<MagneticField> for MagneticField
sourcefn eq(&self, other: &MagneticField) -> bool
fn eq(&self, other: &MagneticField) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MagneticField) -> bool
fn ne(&self, other: &MagneticField) -> bool
This method tests for !=
.
impl StructuralPartialEq for MagneticField
Auto Trait Implementations
impl RefUnwindSafe for MagneticField
impl Send for MagneticField
impl Sync for MagneticField
impl Unpin for MagneticField
impl UnwindSafe for MagneticField
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