Struct rutabaga_gfx::gfxstream::stream_renderer_command
source · #[repr(C)]pub struct stream_renderer_command {
pub ctx_id: u32,
pub cmd_size: u32,
pub cmd: *const u8,
pub num_in_fences: u32,
pub in_fence_descriptors: *const u64,
}
Fields§
§ctx_id: u32
§cmd_size: u32
§cmd: *const u8
§num_in_fences: u32
§in_fence_descriptors: *const u64
Auto Trait Implementations§
impl RefUnwindSafe for stream_renderer_command
impl !Send for stream_renderer_command
impl !Sync for stream_renderer_command
impl Unpin for stream_renderer_command
impl UnwindSafe for stream_renderer_command
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