Struct rclrust_msg::lifecycle_msgs::srv::GetState_Response_Raw
source · [−]#[repr(C)]pub struct GetState_Response_Raw {
pub current_state: State_Raw,
}
Fields
current_state: State_Raw
Trait Implementations
sourceimpl Debug for GetState_Response_Raw
impl Debug for GetState_Response_Raw
sourceimpl Default for GetState_Response_Raw
impl Default for GetState_Response_Raw
sourceimpl Drop for GetState_Response_Raw
impl Drop for GetState_Response_Raw
sourceimpl FFIToRust for GetState_Response_Raw
impl FFIToRust for GetState_Response_Raw
type Target = GetState_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for GetState_Response_Raw
impl Sync for GetState_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for GetState_Response_Raw
impl Unpin for GetState_Response_Raw
impl UnwindSafe for GetState_Response_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