pub struct Mcu {
pub core: Core,
/* private fields */
}
Fields§
§core: Core
Implementations§
Auto Trait Implementations§
impl Freeze for Mcu
impl !RefUnwindSafe for Mcu
impl !Send for Mcu
impl !Sync for Mcu
impl Unpin for Mcu
impl !UnwindSafe for Mcu
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