Struct rclrust_msg::rcl_interfaces::msg::FloatingPointRange_Raw
source · [−]#[repr(C)]pub struct FloatingPointRange_Raw {
pub from_value: f64,
pub to_value: f64,
pub step: f64,
}
Fields
from_value: f64
to_value: f64
step: f64
Trait Implementations
sourceimpl Debug for FloatingPointRange_Raw
impl Debug for FloatingPointRange_Raw
sourceimpl Default for FloatingPointRange_Raw
impl Default for FloatingPointRange_Raw
sourceimpl Drop for FloatingPointRange_Raw
impl Drop for FloatingPointRange_Raw
sourceimpl FFIToRust for FloatingPointRange_Raw
impl FFIToRust for FloatingPointRange_Raw
type Target = FloatingPointRange
unsafe fn to_rust(&self) -> Self::Target
impl Send for FloatingPointRange_Raw
impl Sync for FloatingPointRange_Raw
Auto Trait Implementations
impl RefUnwindSafe for FloatingPointRange_Raw
impl Unpin for FloatingPointRange_Raw
impl UnwindSafe for FloatingPointRange_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