#[repr(C)]pub struct pocStorage_t {
pub prevPicOrderCntLsb: u32_,
pub prevPicOrderCntMsb: i32_,
pub prevFrameNum: u32_,
pub prevFrameNumOffset: u32_,
}Fields§
§prevPicOrderCntLsb: u32_§prevPicOrderCntMsb: i32_§prevFrameNum: u32_§prevFrameNumOffset: u32_Trait Implementations§
Source§impl Clone for pocStorage_t
impl Clone for pocStorage_t
Source§fn clone(&self) -> pocStorage_t
fn clone(&self) -> pocStorage_t
Returns a duplicate 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 moreSource§impl Debug for pocStorage_t
impl Debug for pocStorage_t
impl Copy for pocStorage_t
Auto Trait Implementations§
impl Freeze for pocStorage_t
impl RefUnwindSafe for pocStorage_t
impl Send for pocStorage_t
impl Sync for pocStorage_t
impl Unpin for pocStorage_t
impl UnwindSafe for pocStorage_t
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