Struct teensy3_sys::digital_pin_bitband_and_config_table_struct
[−]
[src]
pub struct digital_pin_bitband_and_config_table_struct { pub reg: *mut u32, pub config: *mut u32, }
Fields
reg: *mut u32
config: *mut u32
Trait Implementations
impl Debug for digital_pin_bitband_and_config_table_struct
[src]
impl Copy for digital_pin_bitband_and_config_table_struct
[src]
impl Clone for digital_pin_bitband_and_config_table_struct
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more