Struct rclrust_msg::turtlesim::srv::SetPen_Response
source · [−]pub struct SetPen_Response {}
Trait Implementations
sourceimpl Clone for SetPen_Response
impl Clone for SetPen_Response
sourcefn clone(&self) -> SetPen_Response
fn clone(&self) -> SetPen_Response
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SetPen_Response
impl Debug for SetPen_Response
sourceimpl Default for SetPen_Response
impl Default for SetPen_Response
sourceimpl InternalDefault for SetPen_Response
impl InternalDefault for SetPen_Response
sourceimpl MessageT for SetPen_Response
impl MessageT for SetPen_Response
type Raw = SetPen_Response_Raw
type RawRef = SetPen_Response_RawRef
fn type_support() -> *const c_void
unsafe fn from_raw(from: &Self::Raw) -> Self
unsafe fn to_raw_ref(&self) -> Self::RawRef
sourceimpl PartialEq<SetPen_Response> for SetPen_Response
impl PartialEq<SetPen_Response> for SetPen_Response
impl StructuralPartialEq for SetPen_Response
Auto Trait Implementations
impl RefUnwindSafe for SetPen_Response
impl Send for SetPen_Response
impl Sync for SetPen_Response
impl Unpin for SetPen_Response
impl UnwindSafe for SetPen_Response
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more