#[repr(packed)]pub struct SpiRegs { /* private fields */ }Implementations
sourceimpl SpiRegs
impl SpiRegs
pub fn hsfsts_ctl(&self) -> HsfStsCtl
pub fn set_hsfsts_ctl(&mut self, value: HsfStsCtl)
pub fn fdo(&mut self, section: FdoSection, index: u16) -> u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpiRegs
impl Send for SpiRegs
impl Sync for SpiRegs
impl Unpin for SpiRegs
impl UnwindSafe for SpiRegs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more