#[repr(C)]pub struct pio_instance {
pub chip: *const PIO_CHIP_T,
pub in_use: c_int,
pub errors_are_fatal: bool,
pub error: bool,
}Fields§
§chip: *const PIO_CHIP_T§in_use: c_int§errors_are_fatal: bool§error: boolTrait Implementations§
Source§impl Clone for pio_instance
impl Clone for pio_instance
Source§fn clone(&self) -> pio_instance
fn clone(&self) -> pio_instance
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 moreSource§impl Debug for pio_instance
impl Debug for pio_instance
impl Copy for pio_instance
Auto Trait Implementations§
impl Freeze for pio_instance
impl RefUnwindSafe for pio_instance
impl !Send for pio_instance
impl !Sync for pio_instance
impl Unpin for pio_instance
impl UnwindSafe for pio_instance
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