Struct rclrust_msg::rcl_interfaces::msg::ParameterEvent_Raw
source · [−]#[repr(C)]pub struct ParameterEvent_Raw {
pub stamp: Time_Raw,
pub node: FFIString,
pub new_parameters: FFISeq<Parameter_Raw>,
pub changed_parameters: FFISeq<Parameter_Raw>,
pub deleted_parameters: FFISeq<Parameter_Raw>,
}
Fields
stamp: Time_Raw
node: FFIString
new_parameters: FFISeq<Parameter_Raw>
changed_parameters: FFISeq<Parameter_Raw>
deleted_parameters: FFISeq<Parameter_Raw>
Trait Implementations
sourceimpl Debug for ParameterEvent_Raw
impl Debug for ParameterEvent_Raw
sourceimpl Default for ParameterEvent_Raw
impl Default for ParameterEvent_Raw
sourceimpl Drop for ParameterEvent_Raw
impl Drop for ParameterEvent_Raw
sourceimpl FFIToRust for ParameterEvent_Raw
impl FFIToRust for ParameterEvent_Raw
type Target = ParameterEvent
unsafe fn to_rust(&self) -> Self::Target
impl Send for ParameterEvent_Raw
impl Sync for ParameterEvent_Raw
Auto Trait Implementations
impl RefUnwindSafe for ParameterEvent_Raw
impl Unpin for ParameterEvent_Raw
impl UnwindSafe for ParameterEvent_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