pub struct Rans64DecSymbol {
pub freq: u32,
pub start: u32,
}Expand description
Prepared decoder symbol.
Fields§
§freq: u32§start: u32Implementations§
Source§impl Rans64DecSymbol
impl Rans64DecSymbol
Sourcepub fn new(start: u32, freq: u32) -> Rans64DecSymbol
pub fn new(start: u32, freq: u32) -> Rans64DecSymbol
Create a new decoder symbol.
Trait Implementations§
Source§impl Clone for Rans64DecSymbol
impl Clone for Rans64DecSymbol
Source§fn clone(&self) -> Rans64DecSymbol
fn clone(&self) -> Rans64DecSymbol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Rans64DecSymbol
Auto Trait Implementations§
impl Freeze for Rans64DecSymbol
impl RefUnwindSafe for Rans64DecSymbol
impl Send for Rans64DecSymbol
impl Sync for Rans64DecSymbol
impl Unpin for Rans64DecSymbol
impl UnsafeUnpin for Rans64DecSymbol
impl UnwindSafe for Rans64DecSymbol
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