pub struct GmiConfig {
pub bus_width_32: bool,
pub mux_mode: bool,
pub rdy_before_data: bool,
pub rdy_active_high: bool,
pub adv_active_high: bool,
pub oe_active_high: bool,
pub cs_active_high: bool,
pub chip_select: u32,
}Fields§
§bus_width_32: bool§mux_mode: bool§rdy_before_data: bool§rdy_active_high: bool§adv_active_high: bool§oe_active_high: bool§cs_active_high: bool§chip_select: u32Auto Trait Implementations§
impl Freeze for GmiConfig
impl RefUnwindSafe for GmiConfig
impl Send for GmiConfig
impl Sync for GmiConfig
impl Unpin for GmiConfig
impl UnsafeUnpin for GmiConfig
impl UnwindSafe for GmiConfig
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