#[repr(C)]pub struct StdVideoEncodeH265SliceSegmentLongTermRefPics {
pub num_long_term_sps: u8,
pub num_long_term_pics: u8,
pub lt_idx_sps: [u8; 32],
pub poc_lsb_lt: [u8; 16],
pub used_by_curr_pic_lt_flag: u16,
pub delta_poc_msb_present_flag: [u8; 48],
pub delta_poc_msb_cycle_lt: [u8; 48],
}
Fields§
§num_long_term_sps: u8
§num_long_term_pics: u8
§lt_idx_sps: [u8; 32]
§poc_lsb_lt: [u8; 16]
§used_by_curr_pic_lt_flag: u16
§delta_poc_msb_present_flag: [u8; 48]
§delta_poc_msb_cycle_lt: [u8; 48]
Trait Implementations§
source§impl Clone for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl Clone for StdVideoEncodeH265SliceSegmentLongTermRefPics
source§fn clone(&self) -> StdVideoEncodeH265SliceSegmentLongTermRefPics
fn clone(&self) -> StdVideoEncodeH265SliceSegmentLongTermRefPics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for StdVideoEncodeH265SliceSegmentLongTermRefPics
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl RefUnwindSafe for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl Send for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl Sync for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl Unpin for StdVideoEncodeH265SliceSegmentLongTermRefPics
impl UnwindSafe for StdVideoEncodeH265SliceSegmentLongTermRefPics
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