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