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