pub struct GxiFrameData {
pub frame_data: GX_FRAME_DATA,
pub image_buffer: Vec<u8>,
}Fields§
§frame_data: GX_FRAME_DATA§image_buffer: Vec<u8>Trait Implementations§
impl Send for GxiFrameData
Auto Trait Implementations§
impl Freeze for GxiFrameData
impl RefUnwindSafe for GxiFrameData
impl !Sync for GxiFrameData
impl Unpin for GxiFrameData
impl UnwindSafe for GxiFrameData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more