#[repr(C)]pub struct CPpmd7_RangeDec {
pub Range: UInt32,
pub Code: UInt32,
pub Low: UInt32,
pub Stream: IByteInPtr,
}Fields§
§Range: UInt32§Code: UInt32§Low: UInt32§Stream: IByteInPtrTrait Implementations§
Source§impl Clone for CPpmd7_RangeDec
impl Clone for CPpmd7_RangeDec
Source§fn clone(&self) -> CPpmd7_RangeDec
fn clone(&self) -> CPpmd7_RangeDec
Returns a duplicate 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 CPpmd7_RangeDec
impl Debug for CPpmd7_RangeDec
impl Copy for CPpmd7_RangeDec
Auto Trait Implementations§
impl Freeze for CPpmd7_RangeDec
impl RefUnwindSafe for CPpmd7_RangeDec
impl !Send for CPpmd7_RangeDec
impl !Sync for CPpmd7_RangeDec
impl Unpin for CPpmd7_RangeDec
impl UnwindSafe for CPpmd7_RangeDec
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