#[repr(C)]pub struct avr_flash_t {Show 14 fields
pub io: avr_io_t,
pub flags: u16,
pub tmppage: *mut u16,
pub tmppage_used: *mut u8,
pub spm_pagesize: u16,
pub r_spm: u8,
pub selfprgen: avr_regbit_t,
pub pgers: avr_regbit_t,
pub pgwrt: avr_regbit_t,
pub blbset: avr_regbit_t,
pub rwwsre: avr_regbit_t,
pub rwwsb: avr_regbit_t,
pub sigrd: avr_regbit_t,
pub flash: avr_int_vector_t,
}
Fields§
§io: avr_io_t
§flags: u16
§tmppage: *mut u16
§tmppage_used: *mut u8
§spm_pagesize: u16
§r_spm: u8
§selfprgen: avr_regbit_t
§pgers: avr_regbit_t
§pgwrt: avr_regbit_t
§blbset: avr_regbit_t
§rwwsre: avr_regbit_t
§rwwsb: avr_regbit_t
§sigrd: avr_regbit_t
§flash: avr_int_vector_t
Trait Implementations§
Source§impl Clone for avr_flash_t
impl Clone for avr_flash_t
Source§fn clone(&self) -> avr_flash_t
fn clone(&self) -> avr_flash_t
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 avr_flash_t
impl Debug for avr_flash_t
impl Copy for avr_flash_t
Auto Trait Implementations§
impl Freeze for avr_flash_t
impl RefUnwindSafe for avr_flash_t
impl !Send for avr_flash_t
impl !Sync for avr_flash_t
impl Unpin for avr_flash_t
impl UnwindSafe for avr_flash_t
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