#[repr(C)]pub struct PukclParams {
    pub header: PukclHeader,
    pub params: PukclParamsUnion,
}Fields§
§header: PukclHeader§params: PukclParamsUnionTrait Implementations§
Source§impl Clone for PukclParams
 
impl Clone for PukclParams
Source§fn clone(&self) -> PukclParams
 
fn clone(&self) -> PukclParams
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 moreSource§impl Debug for PukclParams
 
impl Debug for PukclParams
Source§impl Default for PukclParams
 
impl Default for PukclParams
Source§fn default() -> PukclParams
 
fn default() -> PukclParams
Returns the “default value” for a type. Read more
impl Copy for PukclParams
Auto Trait Implementations§
impl Freeze for PukclParams
impl RefUnwindSafe for PukclParams
impl Send for PukclParams
impl Sync for PukclParams
impl Unpin for PukclParams
impl UnwindSafe for PukclParams
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