#[repr(C)]pub struct ove_spi_cs {
pub port: u32,
pub pin: u32,
pub active_low: i32,
}Fields§
§port: u32§pin: u32§active_low: i32Auto Trait Implementations§
impl Freeze for ove_spi_cs
impl RefUnwindSafe for ove_spi_cs
impl Send for ove_spi_cs
impl Sync for ove_spi_cs
impl Unpin for ove_spi_cs
impl UnwindSafe for ove_spi_cs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more