Struct teensy3_sys::SPISettings
[−]
[src]
pub struct SPISettings { pub ctar: u32, }
Fields
ctar: u32
Trait Implementations
impl Debug for SPISettings
[src]
impl Copy for SPISettings
[src]
impl Clone for SPISettings
[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