Struct atsamd_hal::pukcc::c_abi::PukclStatus   
source · [−]#[repr(C)]pub struct PukclStatus(pub u32);Tuple Fields
0: u32Trait Implementations
sourceimpl<T> BitRange<T> for PukclStatuswhere
    u32: BitRange<T>,
 
impl<T> BitRange<T> for PukclStatuswhere
    u32: BitRange<T>,
sourceimpl Clone for PukclStatus
 
impl Clone for PukclStatus
sourcefn clone(&self) -> PukclStatus
 
fn clone(&self) -> PukclStatus
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 PukclStatus
 
impl Debug for PukclStatus
sourceimpl Default for PukclStatus
 
impl Default for PukclStatus
sourcefn default() -> PukclStatus
 
fn default() -> PukclStatus
Returns the “default value” for a type. Read more
impl Copy for PukclStatus
Auto Trait Implementations
impl RefUnwindSafe for PukclStatus
impl Send for PukclStatus
impl Sync for PukclStatus
impl Unpin for PukclStatus
impl UnwindSafe for PukclStatus
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