pub struct StdVideoH265ShortTermRefPicSet {
Show 14 fields pub flags: StdVideoH265ShortTermRefPicSetFlags, pub delta_idx_minus1: u32, pub use_delta_flag: u16, pub abs_delta_rps_minus1: u16, pub used_by_curr_pic_flag: u16, pub used_by_curr_pic_s0_flag: u16, pub used_by_curr_pic_s1_flag: u16, pub reserved1: u16, pub reserved2: u8, pub reserved3: u8, pub num_negative_pics: u8, pub num_positive_pics: u8, pub delta_poc_s0_minus1: [u16; 16], pub delta_poc_s1_minus1: [u16; 16],
}

Fields§

§flags: StdVideoH265ShortTermRefPicSetFlags§delta_idx_minus1: u32§use_delta_flag: u16§abs_delta_rps_minus1: u16§used_by_curr_pic_flag: u16§used_by_curr_pic_s0_flag: u16§used_by_curr_pic_s1_flag: u16§reserved1: u16§reserved2: u8§reserved3: u8§num_negative_pics: u8§num_positive_pics: u8§delta_poc_s0_minus1: [u16; 16]§delta_poc_s1_minus1: [u16; 16]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.