Struct rclrust_msg::sensor_msgs::srv::SetCameraInfo
source · [−]pub struct SetCameraInfo;
Trait Implementations
sourceimpl Debug for SetCameraInfo
impl Debug for SetCameraInfo
sourceimpl ServiceT for SetCameraInfo
impl ServiceT for SetCameraInfo
type Request = SetCameraInfo_Request
type Response = SetCameraInfo_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for SetCameraInfo
impl Send for SetCameraInfo
impl Sync for SetCameraInfo
impl Unpin for SetCameraInfo
impl UnwindSafe for SetCameraInfo
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