pub struct SimpleOs { /* private fields */ }Implementations§
Source§impl SimpleOs
impl SimpleOs
pub fn init(systick: &'static mut dyn SysTickDriver)
pub fn device() -> &'static mut dyn SysTickDriver
Auto Trait Implementations§
impl Freeze for SimpleOs
impl !RefUnwindSafe for SimpleOs
impl !Send for SimpleOs
impl !Sync for SimpleOs
impl Unpin for SimpleOs
impl !UnwindSafe for SimpleOs
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