Struct ash::vk::native::StdVideoH265LongTermRefPicsSps
source · #[repr(C)]pub struct StdVideoH265LongTermRefPicsSps {
pub used_by_curr_pic_lt_sps_flag: u32,
pub lt_ref_pic_poc_lsb_sps: [u32; 32],
}
Fields§
§used_by_curr_pic_lt_sps_flag: u32
§lt_ref_pic_poc_lsb_sps: [u32; 32]
Trait Implementations§
source§impl Clone for StdVideoH265LongTermRefPicsSps
impl Clone for StdVideoH265LongTermRefPicsSps
source§fn clone(&self) -> StdVideoH265LongTermRefPicsSps
fn clone(&self) -> StdVideoH265LongTermRefPicsSps
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 StdVideoH265LongTermRefPicsSps
Auto Trait Implementations§
impl Freeze for StdVideoH265LongTermRefPicsSps
impl RefUnwindSafe for StdVideoH265LongTermRefPicsSps
impl Send for StdVideoH265LongTermRefPicsSps
impl Sync for StdVideoH265LongTermRefPicsSps
impl Unpin for StdVideoH265LongTermRefPicsSps
impl UnwindSafe for StdVideoH265LongTermRefPicsSps
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