Struct rclrust_msg::sensor_msgs::msg::CompressedImage_Raw
source · [−]#[repr(C)]pub struct CompressedImage_Raw {
pub header: Header_Raw,
pub format: FFIString,
pub data: FFISeq<u8>,
}
Fields
header: Header_Raw
format: FFIString
data: FFISeq<u8>
Trait Implementations
sourceimpl Debug for CompressedImage_Raw
impl Debug for CompressedImage_Raw
sourceimpl Default for CompressedImage_Raw
impl Default for CompressedImage_Raw
sourceimpl Drop for CompressedImage_Raw
impl Drop for CompressedImage_Raw
sourceimpl FFIToRust for CompressedImage_Raw
impl FFIToRust for CompressedImage_Raw
type Target = CompressedImage
unsafe fn to_rust(&self) -> Self::Target
impl Send for CompressedImage_Raw
impl Sync for CompressedImage_Raw
Auto Trait Implementations
impl RefUnwindSafe for CompressedImage_Raw
impl Unpin for CompressedImage_Raw
impl UnwindSafe for CompressedImage_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