Struct atsamd_hal::pukcc::c_abi::PukclParams
source · [−]#[repr(C)]pub struct PukclParams {
pub header: PukclHeader,
pub params: PukclParamsUnion,
}
Fields
header: PukclHeader
params: PukclParamsUnion
Trait Implementations
sourceimpl Clone for PukclParams
impl Clone for PukclParams
sourcefn clone(&self) -> PukclParams
fn clone(&self) -> PukclParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PukclParams
impl Debug for PukclParams
sourceimpl Default for PukclParams
impl Default for PukclParams
sourcefn default() -> PukclParams
fn default() -> PukclParams
Returns the “default value” for a type. Read more
impl Copy for PukclParams
Auto Trait Implementations
impl RefUnwindSafe for PukclParams
impl Send for PukclParams
impl Sync for PukclParams
impl Unpin for PukclParams
impl UnwindSafe for PukclParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more