Struct rclrust_msg::sensor_msgs::srv::SetCameraInfo_Response_Raw
source · [−]#[repr(C)]pub struct SetCameraInfo_Response_Raw {
pub success: bool,
pub status_message: FFIString,
}
Fields
success: bool
status_message: FFIString
Trait Implementations
sourceimpl Debug for SetCameraInfo_Response_Raw
impl Debug for SetCameraInfo_Response_Raw
sourceimpl Default for SetCameraInfo_Response_Raw
impl Default for SetCameraInfo_Response_Raw
sourceimpl Drop for SetCameraInfo_Response_Raw
impl Drop for SetCameraInfo_Response_Raw
sourceimpl FFIToRust for SetCameraInfo_Response_Raw
impl FFIToRust for SetCameraInfo_Response_Raw
type Target = SetCameraInfo_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for SetCameraInfo_Response_Raw
impl Sync for SetCameraInfo_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for SetCameraInfo_Response_Raw
impl Unpin for SetCameraInfo_Response_Raw
impl UnwindSafe for SetCameraInfo_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