Struct bl602_sdk::spi::spi_dev_t [−][src]
#[repr(C)]pub struct spi_dev_t { pub port: u8, pub config: spi_config_t, pub priv_: *mut c_void, }
Fields
port: u8
config: spi_config_t
priv_: *mut c_void
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.