#[repr(C)]pub struct CPpmd_State2_ {
pub Symbol: Byte,
pub Freq: Byte,
}Fields§
§Symbol: Byte§Freq: ByteTrait Implementations§
Source§impl Clone for CPpmd_State2_
impl Clone for CPpmd_State2_
Source§fn clone(&self) -> CPpmd_State2_
fn clone(&self) -> CPpmd_State2_
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 CPpmd_State2_
impl Debug for CPpmd_State2_
impl Copy for CPpmd_State2_
Auto Trait Implementations§
impl Freeze for CPpmd_State2_
impl RefUnwindSafe for CPpmd_State2_
impl Send for CPpmd_State2_
impl Sync for CPpmd_State2_
impl Unpin for CPpmd_State2_
impl UnwindSafe for CPpmd_State2_
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