Struct h264_reader::nal::sps::ScalingList
source · pub struct ScalingList {}
Implementations§
source§impl ScalingList
impl ScalingList
pub fn read<R: BitRead>( r: &mut R, size: u8 ) -> Result<ScalingList, ScalingMatrixError>
Auto Trait Implementations§
impl Freeze for ScalingList
impl RefUnwindSafe for ScalingList
impl Send for ScalingList
impl Sync for ScalingList
impl Unpin for ScalingList
impl UnwindSafe for ScalingList
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