#[repr(C)]pub struct CPpmd8_Context_ {
pub NumStats: Byte,
pub Flags: Byte,
pub Union2: CPpmd8_Context___bindgen_ty_1,
pub Union4: CPpmd8_Context___bindgen_ty_2,
pub Suffix: CPpmd8_Context_Ref,
}Fields§
§NumStats: Byte§Flags: Byte§Union2: CPpmd8_Context___bindgen_ty_1§Union4: CPpmd8_Context___bindgen_ty_2§Suffix: CPpmd8_Context_RefTrait Implementations§
Source§impl Clone for CPpmd8_Context_
impl Clone for CPpmd8_Context_
Source§fn clone(&self) -> CPpmd8_Context_
fn clone(&self) -> CPpmd8_Context_
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 moreimpl Copy for CPpmd8_Context_
Auto Trait Implementations§
impl Freeze for CPpmd8_Context_
impl RefUnwindSafe for CPpmd8_Context_
impl Send for CPpmd8_Context_
impl Sync for CPpmd8_Context_
impl Unpin for CPpmd8_Context_
impl UnwindSafe for CPpmd8_Context_
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