Struct teensy3_sys::SPCRemulation
[−]
[src]
pub struct SPCRemulation;
Methods
impl SPCRemulation
[src]
unsafe fn setMOSI(&mut self, pin: u8)
unsafe fn setMISO(&mut self, pin: u8)
unsafe fn setSCK(&mut self, pin: u8)
unsafe fn enable_pins(&mut self)
unsafe fn disable_pins(&mut self)
Trait Implementations
impl Debug for SPCRemulation
[src]
impl Copy for SPCRemulation
[src]
impl Clone for SPCRemulation
[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