Struct cros_codecs::decoders::h264::decoder::CurrentPicInfo
source · pub struct CurrentPicInfo { /* private fields */ }
Trait Implementations§
source§impl Default for CurrentPicInfo
impl Default for CurrentPicInfo
source§fn default() -> CurrentPicInfo
fn default() -> CurrentPicInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CurrentPicInfo
impl Send for CurrentPicInfo
impl Sync for CurrentPicInfo
impl Unpin for CurrentPicInfo
impl UnwindSafe for CurrentPicInfo
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