#[repr(C)]pub struct pio_program {
pub instructions: *const u16,
pub length: u8,
pub origin: i8,
pub pio_version: u8,
}Fields§
§instructions: *const u16§length: u8§origin: i8§pio_version: u8Trait Implementations§
Source§impl Clone for pio_program
impl Clone for pio_program
Source§fn clone(&self) -> pio_program
fn clone(&self) -> pio_program
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_program
impl Debug for pio_program
impl Copy for pio_program
Auto Trait Implementations§
impl Freeze for pio_program
impl RefUnwindSafe for pio_program
impl !Send for pio_program
impl !Sync for pio_program
impl Unpin for pio_program
impl UnwindSafe for pio_program
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