Struct rclrust_msg::turtlesim::srv::SetPen_Request_Raw
source · [−]#[repr(C)]pub struct SetPen_Request_Raw {
pub r: u8,
pub g: u8,
pub b: u8,
pub width: u8,
pub off: u8,
}
Fields
r: u8
g: u8
b: u8
width: u8
off: u8
Trait Implementations
sourceimpl Debug for SetPen_Request_Raw
impl Debug for SetPen_Request_Raw
sourceimpl Default for SetPen_Request_Raw
impl Default for SetPen_Request_Raw
sourceimpl Drop for SetPen_Request_Raw
impl Drop for SetPen_Request_Raw
sourceimpl FFIToRust for SetPen_Request_Raw
impl FFIToRust for SetPen_Request_Raw
type Target = SetPen_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for SetPen_Request_Raw
impl Sync for SetPen_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for SetPen_Request_Raw
impl Unpin for SetPen_Request_Raw
impl UnwindSafe for SetPen_Request_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