pub struct FrameSubmitMetadata {Show 22 fields
pub src_width: u16,
pub src_height: u16,
pub tile_width: u16,
pub tile_height: u16,
pub tile_count: u16,
pub section_count: u16,
pub frame_class: u8,
pub input_profile: InputProfile,
pub tile_index_mode: TileIndexMode,
pub latency_budget_ms: u16,
pub target_fps_x100: u16,
pub retry_of_frame: u32,
pub tile_base_id: u32,
pub camera_bytes: u32,
pub tile_index_bytes: u32,
pub submit_mode: SubmitMode,
pub budget_policy: u8,
pub loss_tolerance_policy: u8,
pub object_ref_mask: u32,
pub dependency_frame_id: u32,
pub payload_kind_bitmap: PayloadKindBitmap,
pub payload_frame_count: u16,
}Fields§
§src_width: u16§src_height: u16§tile_width: u16§tile_height: u16§tile_count: u16§section_count: u16§frame_class: u8§input_profile: InputProfile§tile_index_mode: TileIndexMode§latency_budget_ms: u16§target_fps_x100: u16§retry_of_frame: u32§tile_base_id: u32§camera_bytes: u32§tile_index_bytes: u32§submit_mode: SubmitMode§budget_policy: u8§loss_tolerance_policy: u8§object_ref_mask: u32§dependency_frame_id: u32§payload_kind_bitmap: PayloadKindBitmap§payload_frame_count: u16Implementations§
Trait Implementations§
Source§impl Clone for FrameSubmitMetadata
impl Clone for FrameSubmitMetadata
Source§fn clone(&self) -> FrameSubmitMetadata
fn clone(&self) -> FrameSubmitMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FrameSubmitMetadata
impl Debug for FrameSubmitMetadata
Source§impl PartialEq for FrameSubmitMetadata
impl PartialEq for FrameSubmitMetadata
Source§fn eq(&self, other: &FrameSubmitMetadata) -> bool
fn eq(&self, other: &FrameSubmitMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FrameSubmitMetadata
impl Eq for FrameSubmitMetadata
impl StructuralPartialEq for FrameSubmitMetadata
Auto Trait Implementations§
impl Freeze for FrameSubmitMetadata
impl RefUnwindSafe for FrameSubmitMetadata
impl Send for FrameSubmitMetadata
impl Sync for FrameSubmitMetadata
impl Unpin for FrameSubmitMetadata
impl UnsafeUnpin for FrameSubmitMetadata
impl UnwindSafe for FrameSubmitMetadata
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