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: u8config: spi_config_tpriv_: *mut c_voidTrait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.