pub struct HvcCArrayNalu {
pub size: usize,
pub data: Vec<u8>,
}Fields§
§size: usize§data: Vec<u8>Trait Implementations§
Source§impl Clone for HvcCArrayNalu
impl Clone for HvcCArrayNalu
Source§fn clone(&self) -> HvcCArrayNalu
fn clone(&self) -> HvcCArrayNalu
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 moreSource§impl Debug for HvcCArrayNalu
impl Debug for HvcCArrayNalu
Source§impl Default for HvcCArrayNalu
impl Default for HvcCArrayNalu
Source§fn default() -> HvcCArrayNalu
fn default() -> HvcCArrayNalu
Returns the “default value” for a type. Read more
Source§impl PartialEq for HvcCArrayNalu
impl PartialEq for HvcCArrayNalu
impl Eq for HvcCArrayNalu
impl StructuralPartialEq for HvcCArrayNalu
Auto Trait Implementations§
impl Freeze for HvcCArrayNalu
impl RefUnwindSafe for HvcCArrayNalu
impl Send for HvcCArrayNalu
impl Sync for HvcCArrayNalu
impl Unpin for HvcCArrayNalu
impl UnwindSafe for HvcCArrayNalu
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