Struct Xspi
pub struct Xspi { /* private fields */ }Expand description
XSPI register block
Implementations§
Trait Implementations§
impl Copy for Xspi
impl Eq for Xspi
impl Send for Xspi
impl StructuralPartialEq for Xspi
impl Sync for Xspi
Auto Trait Implementations§
impl Freeze for Xspi
impl RefUnwindSafe for Xspi
impl Unpin for Xspi
impl UnsafeUnpin for Xspi
impl UnwindSafe for Xspi
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