Struct rutabaga_gfx::gfxstream::stream_renderer_3d_info
source · #[repr(C)]pub struct stream_renderer_3d_info {
pub width: u32,
pub height: u32,
pub drm_fourcc: u32,
pub strides: [u32; 4],
pub offsets: [u32; 4],
pub modifier: u64,
}
Fields§
§width: u32
§height: u32
§drm_fourcc: u32
§strides: [u32; 4]
§offsets: [u32; 4]
§modifier: u64
Auto Trait Implementations§
impl Freeze for stream_renderer_3d_info
impl RefUnwindSafe for stream_renderer_3d_info
impl Send for stream_renderer_3d_info
impl Sync for stream_renderer_3d_info
impl Unpin for stream_renderer_3d_info
impl UnwindSafe for stream_renderer_3d_info
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