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