#[repr(C)]pub struct FLAC__EntropyCodingMethod_PartitionedRice {
pub order: c_uint,
pub contents: *const FLAC__EntropyCodingMethod_PartitionedRiceContents,
}
Expand description
Header for a Rice partitioned residual. (c.f. format specification)
Fields§
§order: c_uint
§contents: *const FLAC__EntropyCodingMethod_PartitionedRiceContents
Trait Implementations§
Source§impl Clone for FLAC__EntropyCodingMethod_PartitionedRice
impl Clone for FLAC__EntropyCodingMethod_PartitionedRice
Source§fn clone(&self) -> FLAC__EntropyCodingMethod_PartitionedRice
fn clone(&self) -> FLAC__EntropyCodingMethod_PartitionedRice
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 moreimpl Copy for FLAC__EntropyCodingMethod_PartitionedRice
Auto Trait Implementations§
impl Freeze for FLAC__EntropyCodingMethod_PartitionedRice
impl RefUnwindSafe for FLAC__EntropyCodingMethod_PartitionedRice
impl !Send for FLAC__EntropyCodingMethod_PartitionedRice
impl !Sync for FLAC__EntropyCodingMethod_PartitionedRice
impl Unpin for FLAC__EntropyCodingMethod_PartitionedRice
impl UnwindSafe for FLAC__EntropyCodingMethod_PartitionedRice
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